Html Css Color HEX #91170B Falu Red

📋 copy color: '#91170B'

red 145 ◦ green 23 ◦ blue 11

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

Shades of Falu Red #91170B

Tints of Falu Red #91170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.85%

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

R = 81.01%
G = 12.85%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#91170B (or 0x91170B) is known color: Falu Red. HEX triplet: 91, 17 and 0B. RGB value is (145,23,11). Sum of RGB (Red+Green+Blue) = 145+23+11=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #91170B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91170B is #6EE8F4. Grayscale: #3A3A3A. Windows color (decimal): -7268597 or 726929. OLE color: 726929.

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

Color convert

RGB 145 23 11 -
CMYK 0 0.84 0.92 0.43
HSL 5.37º 0.86% 0.31% -
HSV(B) 5.37º 0.92% 0.57% -
XYZ 12.04 6.66 0.97 -
YUV 58.11 101.42 189.98 -
System Red Green Blue C M Y K H S L
Decimal 145 23 11 0 0.84 0.92 0.43 5.37 0.86 0.31
Hex 91 17 B 0 54 5C 2B 5 56 1F
Octal 221 27 13 0 124 134 53 5 126 37
Binary 10010001 10111 1011 0 1010100 1011100 101011 101 1010110 11111

Color Harmonies of #91170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91170B

Black with #91170B

Text Example


Text Example

White with #91170B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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