Html Css Color HEX #911D0E Falu Red

📋 copy color: '#911D0E'

red 145 ◦ green 29 ◦ blue 14

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

Shades of Falu Red #911D0E

Tints of Falu Red #911D0E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.43%

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

R = 77.13%
G = 15.43%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#911D0E (or 0x911D0E) is known color: Falu Red. HEX triplet: 91, 1D and 0E. RGB value is (145,29,14). Sum of RGB (Red+Green+Blue) = 145+29+14=188 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.13% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 145 - color contains mainly: red. Hex color #911D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911D0E is #6EE2F1. Grayscale: #3E3E3E. Windows color (decimal): -7267058 or 925073. OLE color: 925073.

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

Color convert

RGB 145 29 14 -
CMYK 0 0.8 0.90 0.43
HSL 6.87º 0.82% 0.31% -
HSV(B) 6.87º 0.9% 0.57% -
XYZ 12.2 6.93 1.11 -
YUV 61.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 145 29 14 0 0.8 0.90 0.43 6.87 0.82 0.31
Hex 91 1D E 0 50 5A 2B 7 52 1F
Octal 221 35 16 0 120 132 53 7 122 37
Binary 10010001 11101 1110 0 1010000 1011010 101011 111 1010010 11111

Color Harmonies of #911D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911D0E

Black with #911D0E

Text Example


Text Example

White with #911D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911D0E; }

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

 H1.HeaderClassName
 {
   color: #911D0E;
 }
 .AnyTagClassName
 {
   color: #911D0E;
 }
</style>

background-color css

<style>
 a { background-color: #911D0E; }

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

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

border-color css

<style>
 span { border-color: #911D0E; }

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

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