Html Css Color HEX #91130B Falu Red

📋 copy color: '#91130B'

red 145 ◦ green 19 ◦ blue 11

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

Shades of Falu Red #91130B

Tints of Falu Red #91130B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.29%

R = 82.86%
G = 10.86%
B = 6.29%

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

#91130B (or 0x91130B) is known color: Falu Red. HEX triplet: 91, 13 and 0B. RGB value is (145,19,11). Sum of RGB (Red+Green+Blue) = 145+19+11=175 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.86% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 145 - color contains mainly: red. Hex color #91130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91130B is #6EECF4. Grayscale: #373737. Windows color (decimal): -7269621 or 725905. OLE color: 725905.

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

Color convert

RGB 145 19 11 -
CMYK 0 0.87 0.92 0.43
HSL 3.58º 0.86% 0.31% -
HSV(B) 3.58º 0.92% 0.57% -
XYZ 11.97 6.51 0.94 -
YUV 55.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 145 19 11 0 0.87 0.92 0.43 3.58 0.86 0.31
Hex 91 13 B 0 57 5C 2B 4 56 1F
Octal 221 23 13 0 127 134 53 4 126 37
Binary 10010001 10011 1011 0 1010111 1011100 101011 100 1010110 11111

Color Harmonies of #91130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91130B

Black with #91130B

Text Example


Text Example

White with #91130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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