Html Css Color HEX #91170F Falu Red

📋 copy color: '#91170F'

red 145 ◦ green 23 ◦ blue 15

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

Shades of Falu Red #91170F

Tints of Falu Red #91170F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.2%

R = 79.23%
G = 12.57%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#91170F (or 0x91170F) is known color: Falu Red. HEX triplet: 91, 17 and 0F. RGB value is (145,23,15). Sum of RGB (Red+Green+Blue) = 145+23+15=183 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.23% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 145 - color contains mainly: red. Hex color #91170F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91170F is #6EE8F0. Grayscale: #3A3A3A. Windows color (decimal): -7268593 or 989073. OLE color: 989073.

HSL color Cylindrical-coordinate representation of color #91170F: hue angle of 3.69º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91170F is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 23 15 -
CMYK 0 0.84 0.90 0.43
HSL 3.69º 0.81% 0.31% -
HSV(B) 3.69º 0.9% 0.57% -
XYZ 12.07 6.67 1.1 -
YUV 58.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 145 23 15 0 0.84 0.90 0.43 3.69 0.81 0.31
Hex 91 17 F 0 54 5A 2B 4 51 1F
Octal 221 27 17 0 124 132 53 4 121 37
Binary 10010001 10111 1111 0 1010100 1011010 101011 100 1010001 11111

Color Harmonies of #91170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91170F

Black with #91170F

Text Example


Text Example

White with #91170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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