Html Css Color HEX #722120 Falu Red

📋 copy color: '#722120'

red 114 ◦ green 33 ◦ blue 32

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

Shades of Falu Red #722120

Tints of Falu Red #722120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.44%

 BLUE value IS 32 (12.89% from 255) = 17.88%

R = 63.69%
G = 18.44%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#722120 (or 0x722120) is known color: Falu Red. HEX triplet: 72, 21 and 20. RGB value is (114,33,32). Sum of RGB (Red+Green+Blue) = 114+33+32=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #722120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722120 is #8DDEDF. Grayscale: #393939. Windows color (decimal): -9297632 or 2105714. OLE color: 2105714.

HSL color Cylindrical-coordinate representation of color #722120: hue angle of 0.73º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #722120 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 33 32 -
CMYK 0 0.71 0.72 0.55
HSL 0.73º 0.56% 0.29% -
HSV(B) 0.73º 0.72% 0.45% -
XYZ 7.74 4.77 1.88 -
YUV 57.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 114 33 32 0 0.71 0.72 0.55 0.73 0.56 0.29
Hex 72 21 20 0 47 48 37 1 38 1D
Octal 162 41 40 0 107 110 67 1 70 35
Binary 1110010 100001 100000 0 1000111 1001000 110111 1 111000 11101

Color Harmonies of #722120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722120

Black with #722120

Text Example


Text Example

White with #722120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722120; }

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

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

background-color css

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

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

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

border-color css

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

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

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