Html Css Color HEX #91130E Falu Red

📋 copy color: '#91130E'

red 145 ◦ green 19 ◦ blue 14

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

Shades of Falu Red #91130E

Tints of Falu Red #91130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.67%

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

R = 81.46%
G = 10.67%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#91130E (or 0x91130E) is known color: Falu Red. HEX triplet: 91, 13 and 0E. RGB value is (145,19,14). Sum of RGB (Red+Green+Blue) = 145+19+14=178 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.46% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 145 - color contains mainly: red. Hex color #91130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91130E is #6EECF1. Grayscale: #383838. Windows color (decimal): -7269618 or 922513. OLE color: 922513.

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

Color convert

RGB 145 19 14 -
CMYK 0 0.87 0.90 0.43
HSL 2.29º 0.82% 0.31% -
HSV(B) 2.29º 0.9% 0.57% -
XYZ 11.99 6.52 1.04 -
YUV 56.1 104.24 191.41 -
System Red Green Blue C M Y K H S L
Decimal 145 19 14 0 0.87 0.90 0.43 2.29 0.82 0.31
Hex 91 13 E 0 57 5A 2B 2 52 1F
Octal 221 23 16 0 127 132 53 2 122 37
Binary 10010001 10011 1110 0 1010111 1011010 101011 10 1010010 11111

Color Harmonies of #91130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91130E

Black with #91130E

Text Example


Text Example

White with #91130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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