Html Css Color HEX #91150E Falu Red

📋 copy color: '#91150E'

red 145 ◦ green 21 ◦ blue 14

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

Shades of Falu Red #91150E

Tints of Falu Red #91150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

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

R = 80.56%
G = 11.67%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#91150E (or 0x91150E) is known color: Falu Red. HEX triplet: 91, 15 and 0E. RGB value is (145,21,14). Sum of RGB (Red+Green+Blue) = 145+21+14=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #91150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91150E is #6EEAF1. Grayscale: #393939. Windows color (decimal): -7269106 or 923025. OLE color: 923025.

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

Color convert

RGB 145 21 14 -
CMYK 0 0.86 0.90 0.43
HSL 3.21º 0.82% 0.31% -
HSV(B) 3.21º 0.9% 0.57% -
XYZ 12.02 6.59 1.05 -
YUV 57.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 145 21 14 0 0.86 0.90 0.43 3.21 0.82 0.31
Hex 91 15 E 0 56 5A 2B 3 52 1F
Octal 221 25 16 0 126 132 53 3 122 37
Binary 10010001 10101 1110 0 1010110 1011010 101011 11 1010010 11111

Color Harmonies of #91150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91150E

Black with #91150E

Text Example


Text Example

White with #91150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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