Html Css Color HEX #91190C Falu Red

📋 copy color: '#91190C'

red 145 ◦ green 25 ◦ blue 12

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

Shades of Falu Red #91190C

Tints of Falu Red #91190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.74%

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

R = 79.67%
G = 13.74%
B = 6.59%

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

#91190C (or 0x91190C) is known color: Falu Red. HEX triplet: 91, 19 and 0C. RGB value is (145,25,12). Sum of RGB (Red+Green+Blue) = 145+25+12=182 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.67% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 145 - color contains mainly: red. Hex color #91190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91190C is #6EE6F3. Grayscale: #3B3B3B. Windows color (decimal): -7268084 or 792977. OLE color: 792977.

HSL color Cylindrical-coordinate representation of color #91190C: hue angle of 5.86º 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 #91190C is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 25 12 -
CMYK 0 0.83 0.92 0.43
HSL 5.86º 0.85% 0.31% -
HSV(B) 5.86º 0.92% 0.57% -
XYZ 12.09 6.74 1.01 -
YUV 59.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 145 25 12 0 0.83 0.92 0.43 5.86 0.85 0.31
Hex 91 19 C 0 53 5C 2B 6 55 1F
Octal 221 31 14 0 123 134 53 6 125 37
Binary 10010001 11001 1100 0 1010011 1011100 101011 110 1010101 11111

Color Harmonies of #91190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91190C

Black with #91190C

Text Example


Text Example

White with #91190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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