Html Css Color HEX #91180F Falu Red

📋 copy color: '#91180F'

red 145 ◦ green 24 ◦ blue 15

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

Shades of Falu Red #91180F

Tints of Falu Red #91180F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.04%

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

R = 78.8%
G = 13.04%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#91180F (or 0x91180F) is known color: Falu Red. HEX triplet: 91, 18 and 0F. RGB value is (145,24,15). Sum of RGB (Red+Green+Blue) = 145+24+15=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #91180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91180F is #6EE7F0. Grayscale: #3B3B3B. Windows color (decimal): -7268337 or 989329. OLE color: 989329.

HSL color Cylindrical-coordinate representation of color #91180F: hue angle of 4.15º 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 #91180F is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 24 15 -
CMYK 0 0.83 0.90 0.43
HSL 4.15º 0.81% 0.31% -
HSV(B) 4.15º 0.9% 0.57% -
XYZ 12.09 6.71 1.11 -
YUV 59.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 145 24 15 0 0.83 0.90 0.43 4.15 0.81 0.31
Hex 91 18 F 0 53 5A 2B 4 51 1F
Octal 221 30 17 0 123 132 53 4 121 37
Binary 10010001 11000 1111 0 1010011 1011010 101011 100 1010001 11111

Color Harmonies of #91180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91180F

Black with #91180F

Text Example


Text Example

White with #91180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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