Html Css Color HEX #911D06 Falu Red

📋 copy color: '#911D06'

red 145 ◦ green 29 ◦ blue 6

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

Shades of Falu Red #911D06

Tints of Falu Red #911D06

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.11%

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

R = 80.56%
G = 16.11%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#911D06 (or 0x911D06) is known color: Falu Red. HEX triplet: 91, 1D and 06. RGB value is (145,29,6). Sum of RGB (Red+Green+Blue) = 145+29+6=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #911D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911D06 is #6EE2F9. Grayscale: #3D3D3D. Windows color (decimal): -7267066 or 400785. OLE color: 400785.

HSL color Cylindrical-coordinate representation of color #911D06: hue angle of 9.93º 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 #911D06 is Cyan = 0, Magento = 0.8, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 29 6 -
CMYK 0 0.8 0.96 0.43
HSL 9.93º 0.92% 0.3% -
HSV(B) 9.93º 0.96% 0.57% -
XYZ 12.15 6.91 0.87 -
YUV 61.06 96.93 187.87 -
System Red Green Blue C M Y K H S L
Decimal 145 29 6 0 0.8 0.96 0.43 9.93 0.92 0.3
Hex 91 1D 6 0 50 60 2B A 5C 1E
Octal 221 35 6 0 120 140 53 12 134 36
Binary 10010001 11101 110 0 1010000 1100000 101011 1010 1011100 11110

Color Harmonies of #911D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911D06

Black with #911D06

Text Example


Text Example

White with #911D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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