Html Css Color HEX #722211 Falu Red

📋 copy color: '#722211'

red 114 ◦ green 34 ◦ blue 17

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

Shades of Falu Red #722211

Tints of Falu Red #722211

RGB

 RED value IS 114 (44.92% from 255) = 69.09%

 GREEN value IS 34 (13.67% from 255) = 20.61%

 BLUE value IS 17 (7.03% from 255) = 10.3%

R = 69.09%
G = 20.61%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#722211 (or 0x722211) is known color: Falu Red. HEX triplet: 72, 22 and 11. RGB value is (114,34,17). Sum of RGB (Red+Green+Blue) = 114+34+17=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #722211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722211 is #8DDDEE. Grayscale: #383838. Windows color (decimal): -9297391 or 1122930. OLE color: 1122930.

HSL color Cylindrical-coordinate representation of color #722211: hue angle of 10.52º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #722211 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 34 17 -
CMYK 0 0.70 0.85 0.55
HSL 10.52º 0.74% 0.26% -
HSV(B) 10.52º 0.85% 0.45% -
XYZ 7.61 4.76 1.05 -
YUV 55.98 106 169.38 -
System Red Green Blue C M Y K H S L
Decimal 114 34 17 0 0.70 0.85 0.55 10.52 0.74 0.26
Hex 72 22 11 0 46 55 37 B 4A 1A
Octal 162 42 21 0 106 125 67 13 112 32
Binary 1110010 100010 10001 0 1000110 1010101 110111 1011 1001010 11010

Color Harmonies of #722211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722211

Black with #722211

Text Example


Text Example

White with #722211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722211; }

 p { color: rgb(114,34,17); }

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

background-color css

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

 a { background-color: rgb(114,34,17); }

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

border-color css

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

 span { border-color: rgb(114,34,17); }

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