#75170C

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

Shades of Falu Red #75170C

Tints of Falu Red #75170C

Color information

#75170C (or 0x75170C) is unknown color: approx Falu Red. HEX triplet: 75, 17 and 0C. RGB value is (117,23,12). Sum of RGB (Red+Green+Blue) = 117+23+12=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #75170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75170C is #8AE8F3. Grayscale: #313131. Windows color (decimal): -9103604 or 792437. OLE color: 792437.

HSL color Cylindrical-coordinate representation of color #75170C: hue angle of 6.29º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75170C is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1172312-
CMYK00.800.900.54
HSL6.29º81.4%25.29%-
HSV(B)6.29º89.74%45.88%-
XYZ7.714.420.79-
YUV49.85106.64175.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 76.97%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 12 (5.08% from 255) = 7.89%
R=76.97%
G=15.13%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117231200.800.900.546.2981.425.29
Hex7517C0505A3665119
Octal1652714012013266612131
Binary1110101101111100010100001011010110110110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75170C; }

 p { color: rgb(117,23,12); }

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

<style>
 a { background-color: #75170C; }

 a { background-color: rgb(117,23,12); }

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

<style>
 span { border-color: #75170C; }

 span { border-color: rgb(117,23,12); }

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