Html Css Color HEX #722116 Falu Red

📋 copy color: '#722116'

red 114 ◦ green 33 ◦ blue 22

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

Shades of Falu Red #722116

Tints of Falu Red #722116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.02%

R = 67.46%
G = 19.53%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#722116 (or 0x722116) is known color: Falu Red. HEX triplet: 72, 21 and 16. RGB value is (114,33,22). Sum of RGB (Red+Green+Blue) = 114+33+22=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #722116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722116 is #8DDEE9. Grayscale: #383838. Windows color (decimal): -9297642 or 1450354. OLE color: 1450354.

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

Color convert

RGB 114 33 22 -
CMYK 0 0.71 0.81 0.55
HSL 7.17º 0.68% 0.27% -
HSV(B) 7.17º 0.81% 0.45% -
XYZ 7.63 4.72 1.27 -
YUV 55.97 108.84 169.39 -
System Red Green Blue C M Y K H S L
Decimal 114 33 22 0 0.71 0.81 0.55 7.17 0.68 0.27
Hex 72 21 16 0 47 51 37 7 44 1B
Octal 162 41 26 0 107 121 67 7 104 33
Binary 1110010 100001 10110 0 1000111 1010001 110111 111 1000100 11011

Color Harmonies of #722116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722116

Black with #722116

Text Example


Text Example

White with #722116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722116; }

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

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

background-color css

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

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

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

border-color css

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

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

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