Html Css Color HEX #911E0D Falu Red

📋 copy color: '#911E0D'

red 145 ◦ green 30 ◦ blue 13

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

Shades of Falu Red #911E0D

Tints of Falu Red #911E0D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.96%

 BLUE value IS 13 (5.47% from 255) = 6.91%

R = 77.13%
G = 15.96%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#911E0D (or 0x911E0D) is known color: Falu Red. HEX triplet: 91, 1E and 0D. RGB value is (145,30,13). Sum of RGB (Red+Green+Blue) = 145+30+13=188 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.13% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 145 - color contains mainly: red. Hex color #911E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911E0D is #6EE1F2. Grayscale: #3E3E3E. Windows color (decimal): -7266803 or 859793. OLE color: 859793.

HSL color Cylindrical-coordinate representation of color #911E0D: hue angle of 7.73º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #911E0D is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 30 13 -
CMYK 0 0.79 0.91 0.43
HSL 7.73º 0.84% 0.31% -
HSV(B) 7.73º 0.91% 0.57% -
XYZ 12.21 6.98 1.08 -
YUV 62.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 145 30 13 0 0.79 0.91 0.43 7.73 0.84 0.31
Hex 91 1E D 0 4F 5B 2B 8 54 1F
Octal 221 36 15 0 117 133 53 10 124 37
Binary 10010001 11110 1101 0 1001111 1011011 101011 1000 1010100 11111

Color Harmonies of #911E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911E0D

Black with #911E0D

Text Example


Text Example

White with #911E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,30,13); }

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

background-color css

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

 a { background-color: rgb(145,30,13); }

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

border-color css

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

 span { border-color: rgb(145,30,13); }

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