Html Css Color HEX #911C08 Falu Red

📋 copy color: '#911C08'

red 145 ◦ green 28 ◦ blue 8

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

Shades of Falu Red #911C08

Tints of Falu Red #911C08

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.47%

 BLUE value IS 8 (3.52% from 255) = 4.42%

R = 80.11%
G = 15.47%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#911C08 (or 0x911C08) is known color: Falu Red. HEX triplet: 91, 1C and 08. RGB value is (145,28,8). Sum of RGB (Red+Green+Blue) = 145+28+8=181 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.11% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 145 - color contains mainly: red. Hex color #911C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911C08 is #6EE3F7. Grayscale: #3C3C3C. Windows color (decimal): -7267320 or 531601. OLE color: 531601.

HSL color Cylindrical-coordinate representation of color #911C08: hue angle of 8.76º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #911C08 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 28 8 -
CMYK 0 0.81 0.94 0.43
HSL 8.76º 0.9% 0.3% -
HSV(B) 8.76º 0.94% 0.57% -
XYZ 12.14 6.87 0.92 -
YUV 60.7 98.26 188.13 -
System Red Green Blue C M Y K H S L
Decimal 145 28 8 0 0.81 0.94 0.43 8.76 0.9 0.3
Hex 91 1C 8 0 51 5E 2B 9 5A 1E
Octal 221 34 10 0 121 136 53 11 132 36
Binary 10010001 11100 1000 0 1010001 1011110 101011 1001 1011010 11110

Color Harmonies of #911C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911C08

Black with #911C08

Text Example


Text Example

White with #911C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,28,8); }

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

background-color css

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

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

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

border-color css

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

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

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