Html Css Color HEX #911D0A Falu Red

📋 copy color: '#911D0A'

red 145 ◦ green 29 ◦ blue 10

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

Shades of Falu Red #911D0A

Tints of Falu Red #911D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.43%

R = 78.8%
G = 15.76%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.93

 K value IS 0.43

RGB Variations

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

Color information

#911D0A (or 0x911D0A) is known color: Falu Red. HEX triplet: 91, 1D and 0A. RGB value is (145,29,10). Sum of RGB (Red+Green+Blue) = 145+29+10=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #911D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911D0A is #6EE2F5. Grayscale: #3D3D3D. Windows color (decimal): -7267062 or 662929. OLE color: 662929.

HSL color Cylindrical-coordinate representation of color #911D0A: hue angle of 8.44º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #911D0A is Cyan = 0, Magento = 0.8, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 29 10 -
CMYK 0 0.8 0.93 0.43
HSL 8.44º 0.87% 0.3% -
HSV(B) 8.44º 0.93% 0.57% -
XYZ 12.17 6.92 0.98 -
YUV 61.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 145 29 10 0 0.8 0.93 0.43 8.44 0.87 0.3
Hex 91 1D A 0 50 5D 2B 8 57 1E
Octal 221 35 12 0 120 135 53 10 127 36
Binary 10010001 11101 1010 0 1010000 1011101 101011 1000 1010111 11110

Color Harmonies of #911D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911D0A

Black with #911D0A

Text Example


Text Example

White with #911D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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