Html Css Color HEX #91180C Falu Red

📋 copy color: '#91180C'

red 145 ◦ green 24 ◦ blue 12

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

Shades of Falu Red #91180C

Tints of Falu Red #91180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.26%

 BLUE value IS 12 (5.08% from 255) = 6.63%

R = 80.11%
G = 13.26%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#91180C (or 0x91180C) is known color: Falu Red. HEX triplet: 91, 18 and 0C. RGB value is (145,24,12). Sum of RGB (Red+Green+Blue) = 145+24+12=181 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.11% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 145 - color contains mainly: red. Hex color #91180C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91180C is #6EE7F3. Grayscale: #3A3A3A. Windows color (decimal): -7268340 or 792721. OLE color: 792721.

HSL color Cylindrical-coordinate representation of color #91180C: hue angle of 5.41º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91180C is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 24 12 -
CMYK 0 0.83 0.92 0.43
HSL 5.41º 0.85% 0.31% -
HSV(B) 5.41º 0.92% 0.57% -
XYZ 12.07 6.7 1 -
YUV 58.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 145 24 12 0 0.83 0.92 0.43 5.41 0.85 0.31
Hex 91 18 C 0 53 5C 2B 5 55 1F
Octal 221 30 14 0 123 134 53 5 125 37
Binary 10010001 11000 1100 0 1010011 1011100 101011 101 1010101 11111

Color Harmonies of #91180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91180C

Black with #91180C

Text Example


Text Example

White with #91180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91180C; }

 p { color: rgb(145,24,12); }

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

background-color css

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

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

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

border-color css

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

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

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