Html Css Color HEX #91170C Falu Red

📋 copy color: '#91170C'

red 145 ◦ green 23 ◦ blue 12

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

Shades of Falu Red #91170C

Tints of Falu Red #91170C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.67%

R = 80.56%
G = 12.78%
B = 6.67%

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

#91170C (or 0x91170C) is known color: Falu Red. HEX triplet: 91, 17 and 0C. RGB value is (145,23,12). Sum of RGB (Red+Green+Blue) = 145+23+12=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #91170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91170C is #6EE8F3. Grayscale: #3A3A3A. Windows color (decimal): -7268596 or 792465. OLE color: 792465.

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

Color convert

RGB 145 23 12 -
CMYK 0 0.84 0.92 0.43
HSL 4.96º 0.85% 0.31% -
HSV(B) 4.96º 0.92% 0.57% -
XYZ 12.05 6.66 1 -
YUV 58.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 145 23 12 0 0.84 0.92 0.43 4.96 0.85 0.31
Hex 91 17 C 0 54 5C 2B 5 55 1F
Octal 221 27 14 0 124 134 53 5 125 37
Binary 10010001 10111 1100 0 1010100 1011100 101011 101 1010101 11111

Color Harmonies of #91170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91170C

Black with #91170C

Text Example


Text Example

White with #91170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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