#99180A

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

Shades of Falu Red #99180A

Tints of Falu Red #99180A

Color information

#99180A (or 0x99180A) is unknown color: approx Falu Red. HEX triplet: 99, 18 and 0A. RGB value is (153,24,10). Sum of RGB (Red+Green+Blue) = 153+24+10=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #99180A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99180A is #66E7F5. Grayscale: #3D3D3D. Windows color (decimal): -6744054 or 661657. OLE color: 661657.

HSL color Cylindrical-coordinate representation of color #99180A: hue angle of 5.87º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99180A is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB1532410-
CMYK00.840.930.4
HSL5.87º87.73%31.96%-
HSV(B)5.87º93.46%60%-
XYZ13.527.451.01-
YUV60.9899.24193.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 81.82%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 10 (4.30% from 255) = 5.35%
R=81.82%
G=12.83%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153241000.840.930.45.8787.7331.96
Hex9918A0545D2865820
Octal2313012012413550613040
Binary100110011100010100101010010111011010001101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99180A; }

 p { color: rgb(153,24,10); }

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

<style>
 a { background-color: #99180A; }

 a { background-color: rgb(153,24,10); }

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

<style>
 span { border-color: #99180A; }

 span { border-color: rgb(153,24,10); }

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