Html Css Color HEX #91200E Falu Red

📋 copy color: '#91200E'

red 145 ◦ green 32 ◦ blue 14

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

Shades of Falu Red #91200E

Tints of Falu Red #91200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.75%

 BLUE value IS 14 (5.86% from 255) = 7.33%

R = 75.92%
G = 16.75%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#91200E (or 0x91200E) is known color: Falu Red. HEX triplet: 91, 20 and 0E. RGB value is (145,32,14). Sum of RGB (Red+Green+Blue) = 145+32+14=191 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.92% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 145 - color contains mainly: red. Hex color #91200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91200E is #6EDFF1. Grayscale: #3F3F3F. Windows color (decimal): -7266290 or 925841. OLE color: 925841.

HSL color Cylindrical-coordinate representation of color #91200E: hue angle of 8.24º degrees, saturation: 0.82, 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 #91200E is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 32 14 -
CMYK 0 0.78 0.90 0.43
HSL 8.24º 0.82% 0.31% -
HSV(B) 8.24º 0.9% 0.57% -
XYZ 12.27 7.08 1.14 -
YUV 63.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 145 32 14 0 0.78 0.90 0.43 8.24 0.82 0.31
Hex 91 20 E 0 4E 5A 2B 8 52 1F
Octal 221 40 16 0 116 132 53 10 122 37
Binary 10010001 100000 1110 0 1001110 1011010 101011 1000 1010010 11111

Color Harmonies of #91200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91200E

Black with #91200E

Text Example


Text Example

White with #91200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91200E; }

 p { color: rgb(145,32,14); }

 H1.HeaderClassName
 {
   color: #91200E;
 }
 .AnyTagClassName
 {
   color: #91200E;
 }
</style>

background-color css

<style>
 a { background-color: #91200E; }

 a { background-color: rgb(145,32,14); }

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

border-color css

<style>
 span { border-color: #91200E; }

 span { border-color: rgb(145,32,14); }

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