#751D1C

Color #751D1C Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #751D1C

Tints of Falu Red #751D1C

Color information

#751D1C (or 0x751D1C) is unknown color: approx Falu Red. HEX triplet: 75, 1D and 1C. RGB value is (117,29,28). Sum of RGB (Red+Green+Blue) = 117+29+28=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #751D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D1C is #8AE2E3. Grayscale: #373737. Windows color (decimal): -9102052 or 1842549. OLE color: 1842549.

HSL color Cylindrical-coordinate representation of color #751D1C: hue angle of 0.67º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751D1C is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1172928-
CMYK00.750.760.54
HSL0.67º61.38%28.43%-
HSV(B)0.67º76.07%45.88%-
XYZ7.994.741.59-
YUV55.2112.65172.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 67.24%
GREEN value IS 29 (11.72% from 255) = 16.67%
BLUE value IS 28 (11.33% from 255) = 16.09%
R=67.24%
G=16.67%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117292800.750.760.540.6761.3828.43
Hex751D1C04B4C3613d1c
Octal165353401131146617534
Binary11101011110111100010010111001100110110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751D1C; }

 p { color: rgb(117,29,28); }

 H1.HeaderClassName
 {
   color: #751D1C;
 }
 .AnyTagClassName
 {
   color: #751D1C;
 }
</style>
background-color css

<style>
 a { background-color: #751D1C; }

 a { background-color: rgb(117,29,28); }

 div.DivClassName
 {
   background-color: #751D1C;
 }
 .BgClassName
 {
   background-color: #751D1C;
 }
</style>
border-color css

<style>
 span { border-color: #751D1C; }

 span { border-color: rgb(117,29,28); }

 td.TdClassName
 {
   border-color: #751D1C;
 }
 .TagClassName
 {
   border-color: #751D1C;
 }
</style>