Html Css Color HEX #722011 Falu Red

📋 copy color: '#722011'

red 114 ◦ green 32 ◦ blue 17

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

Shades of Falu Red #722011

Tints of Falu Red #722011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.63%

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

R = 69.94%
G = 19.63%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#722011 (or 0x722011) is known color: Falu Red. HEX triplet: 72, 20 and 11. RGB value is (114,32,17). Sum of RGB (Red+Green+Blue) = 114+32+17=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #722011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722011 is #8DDFEE. Grayscale: #363636. Windows color (decimal): -9297903 or 1122418. OLE color: 1122418.

HSL color Cylindrical-coordinate representation of color #722011: hue angle of 9.28º 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 #722011 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 32 17 -
CMYK 0 0.72 0.85 0.55
HSL 9.28º 0.74% 0.26% -
HSV(B) 9.28º 0.85% 0.45% -
XYZ 7.56 4.65 1.03 -
YUV 54.81 106.67 170.22 -
System Red Green Blue C M Y K H S L
Decimal 114 32 17 0 0.72 0.85 0.55 9.28 0.74 0.26
Hex 72 20 11 0 48 55 37 9 4A 1A
Octal 162 40 21 0 110 125 67 11 112 32
Binary 1110010 100000 10001 0 1001000 1010101 110111 1001 1001010 11010

Color Harmonies of #722011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722011

Black with #722011

Text Example


Text Example

White with #722011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722011; }

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

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

background-color css

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

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

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

border-color css

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

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

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