#99170C

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

Shades of Falu Red #99170C

Tints of Falu Red #99170C

Color information

#99170C (or 0x99170C) is unknown color: approx Falu Red. HEX triplet: 99, 17 and 0C. RGB value is (153,23,12). Sum of RGB (Red+Green+Blue) = 153+23+12=188 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.38% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 153 - color contains mainly: red. Hex color #99170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99170C is #66E8F3. Grayscale: #3C3C3C. Windows color (decimal): -6744308 or 792473. OLE color: 792473.

HSL color Cylindrical-coordinate representation of color #99170C: hue angle of 4.68º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99170C is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB1532312-
CMYK00.850.920.4
HSL4.68º85.45%32.35%-
HSV(B)4.68º92.16%60%-
XYZ13.517.411.07-
YUV60.62100.57193.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 81.38%
GREEN value IS 23 (9.38% from 255) = 12.23%
BLUE value IS 12 (5.08% from 255) = 6.38%
R=81.38%
G=12.23%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153231200.850.920.44.6885.4532.35
Hex9917C0555C2855520
Octal2312714012513450512540
Binary100110011011111000101010110111001010001011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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