#991212

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

Shades of Falu Red #991212

Tints of Falu Red #991212

Color information

#991212 (or 0x991212) is unknown color: approx Falu Red. HEX triplet: 99, 12 and 12. RGB value is (153,18,18). Sum of RGB (Red+Green+Blue) = 153+18+18=189 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.95% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 153 - color contains mainly: red. Hex color #991212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991212 is #66EDED. Grayscale: #3A3A3A. Windows color (decimal): -6745582 or 1184409. OLE color: 1184409.

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

Color convert

RGB1531818-
CMYK00.880.880.4
HSL78.95%33.53%-
HSV(B)88.24%60%-
XYZ13.467.251.26-
YUV58.36105.23195.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 80.95%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=80.95%
G=9.52%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153181800.880.880.4078.9533.53
Hex991212058582804f22
Octal2312222013013050011742
Binary10011001100101001001011000101100010100001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991212; }

 p { color: rgb(153,18,18); }

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

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

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

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

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

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

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