Html Css Color HEX #91130C Falu Red

📋 copy color: '#91130C'

red 145 ◦ green 19 ◦ blue 12

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

Shades of Falu Red #91130C

Tints of Falu Red #91130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

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

R = 82.39%
G = 10.8%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#91130C (or 0x91130C) is known color: Falu Red. HEX triplet: 91, 13 and 0C. RGB value is (145,19,12). Sum of RGB (Red+Green+Blue) = 145+19+12=176 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.39% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 145 - color contains mainly: red. Hex color #91130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91130C is #6EECF3. Grayscale: #383838. Windows color (decimal): -7269620 or 791441. OLE color: 791441.

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

Color convert

RGB 145 19 12 -
CMYK 0 0.87 0.92 0.43
HSL 3.16º 0.85% 0.31% -
HSV(B) 3.16º 0.92% 0.57% -
XYZ 11.98 6.51 0.97 -
YUV 55.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 145 19 12 0 0.87 0.92 0.43 3.16 0.85 0.31
Hex 91 13 C 0 57 5C 2B 3 55 1F
Octal 221 23 14 0 127 134 53 3 125 37
Binary 10010001 10011 1100 0 1010111 1011100 101011 11 1010101 11111

Color Harmonies of #91130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91130C

Black with #91130C

Text Example


Text Example

White with #91130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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