Html Css Color HEX #91190D Falu Red

📋 copy color: '#91190D'

red 145 ◦ green 25 ◦ blue 13

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

Shades of Falu Red #91190D

Tints of Falu Red #91190D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.1%

R = 79.23%
G = 13.66%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#91190D (or 0x91190D) is known color: Falu Red. HEX triplet: 91, 19 and 0D. RGB value is (145,25,13). Sum of RGB (Red+Green+Blue) = 145+25+13=183 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.23% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 145 - color contains mainly: red. Hex color #91190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91190D is #6EE6F2. Grayscale: #3B3B3B. Windows color (decimal): -7268083 or 858513. OLE color: 858513.

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

Color convert

RGB 145 25 13 -
CMYK 0 0.83 0.91 0.43
HSL 5.45º 0.84% 0.31% -
HSV(B) 5.45º 0.91% 0.57% -
XYZ 12.1 6.74 1.04 -
YUV 59.51 101.76 188.98 -
System Red Green Blue C M Y K H S L
Decimal 145 25 13 0 0.83 0.91 0.43 5.45 0.84 0.31
Hex 91 19 D 0 53 5B 2B 5 54 1F
Octal 221 31 15 0 123 133 53 5 124 37
Binary 10010001 11001 1101 0 1010011 1011011 101011 101 1010100 11111

Color Harmonies of #91190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91190D

Black with #91190D

Text Example


Text Example

White with #91190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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