Html Css Color HEX #912006 Falu Red

📋 copy color: '#912006'

red 145 ◦ green 32 ◦ blue 6

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

Shades of Falu Red #912006

Tints of Falu Red #912006

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

 BLUE value IS 6 (2.73% from 255) = 3.28%

R = 79.23%
G = 17.49%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#912006 (or 0x912006) is known color: Falu Red. HEX triplet: 91, 20 and 06. RGB value is (145,32,6). Sum of RGB (Red+Green+Blue) = 145+32+6=183 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.23% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 145 - color contains mainly: red. Hex color #912006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912006 is #6EDFF9. Grayscale: #3F3F3F. Windows color (decimal): -7266298 or 401553. OLE color: 401553.

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

Color convert

RGB 145 32 6 -
CMYK 0 0.78 0.96 0.43
HSL 11.22º 0.92% 0.3% -
HSV(B) 11.22º 0.96% 0.57% -
XYZ 12.23 7.07 0.89 -
YUV 62.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 145 32 6 0 0.78 0.96 0.43 11.22 0.92 0.3
Hex 91 20 6 0 4E 60 2B B 5C 1E
Octal 221 40 6 0 116 140 53 13 134 36
Binary 10010001 100000 110 0 1001110 1100000 101011 1011 1011100 11110

Color Harmonies of #912006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912006

Black with #912006

Text Example


Text Example

White with #912006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912006; }

 p { color: rgb(145,32,6); }

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

background-color css

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

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

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

border-color css

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

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

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