Html Css Color HEX #911212 Falu Red

📋 copy color: '#911212'

red 145 ◦ green 18 ◦ blue 18

#911212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #911212

Tints of Falu Red #911212

RGB

 RED value IS 145 (57.03% from 255) = 80.11%

 GREEN value IS 18 (7.42% from 255) = 9.94%

 BLUE value IS 18 (7.42% from 255) = 9.94%

R = 80.11%
G = 9.94%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#911212 (or 0x911212) is known color: Falu Red. HEX triplet: 91, 12 and 12. RGB value is (145,18,18). Sum of RGB (Red+Green+Blue) = 145+18+18=181 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.11% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 145 - color contains mainly: red. Hex color #911212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911212 is #6EEDED. Grayscale: #383838. Windows color (decimal): -7269870 or 1184401. OLE color: 1184401.

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

Color convert

RGB 145 18 18 -
CMYK 0 0.88 0.88 0.43
HSL 0.78% 0.32% -
HSV(B) 0.88% 0.57% -
XYZ 12 6.5 1.19 -
YUV 55.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 145 18 18 0 0.88 0.88 0.43 0 0.78 0.32
Hex 91 12 12 0 58 58 2B 0 4E 20
Octal 221 22 22 0 130 130 53 0 116 40
Binary 10010001 10010 10010 0 1011000 1011000 101011 0 1001110 100000

Color Harmonies of #911212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911212

Black with #911212

Text Example


Text Example

White with #911212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911212; }

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

 H1.HeaderClassName
 {
   color: #911212;
 }
 .AnyTagClassName
 {
   color: #911212;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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