Html Css Color HEX #721211 Falu Red

📋 copy color: '#721211'

red 114 ◦ green 18 ◦ blue 17

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

Shades of Falu Red #721211

Tints of Falu Red #721211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.08%

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

R = 76.51%
G = 12.08%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#721211 (or 0x721211) is known color: Falu Red. HEX triplet: 72, 12 and 11. RGB value is (114,18,17). Sum of RGB (Red+Green+Blue) = 114+18+17=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #721211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721211 is #8DEDEE. Grayscale: #2E2E2E. Windows color (decimal): -9301487 or 1118834. OLE color: 1118834.

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

Color convert

RGB 114 18 17 -
CMYK 0 0.84 0.85 0.55
HSL 0.62º 0.74% 0.26% -
HSV(B) 0.62º 0.85% 0.45% -
XYZ 7.26 4.05 0.93 -
YUV 46.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 114 18 17 0 0.84 0.85 0.55 0.62 0.74 0.26
Hex 72 12 11 0 54 55 37 1 4A 1A
Octal 162 22 21 0 124 125 67 1 112 32
Binary 1110010 10010 10001 0 1010100 1010101 110111 1 1001010 11010

Color Harmonies of #721211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721211

Black with #721211

Text Example


Text Example

White with #721211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721211; }

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

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

background-color css

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

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

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

border-color css

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

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

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