Html Css Color HEX #721616 Falu Red

📋 copy color: '#721616'

red 114 ◦ green 22 ◦ blue 22

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

Shades of Falu Red #721616

Tints of Falu Red #721616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.92%

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

R = 72.15%
G = 13.92%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#721616 (or 0x721616) is known color: Falu Red. HEX triplet: 72, 16 and 16. RGB value is (114,22,22). Sum of RGB (Red+Green+Blue) = 114+22+22=158 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.15% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 114 - color contains mainly: red. Hex color #721616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721616 is #8DE9E9. Grayscale: #313131. Windows color (decimal): -9300458 or 1447538. OLE color: 1447538.

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

Color convert

RGB 114 22 22 -
CMYK 0 0.81 0.81 0.55
HSL 0.68% 0.27% -
HSV(B) 0.81% 0.45% -
XYZ 7.37 4.21 1.18 -
YUV 49.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 114 22 22 0 0.81 0.81 0.55 0 0.68 0.27
Hex 72 16 16 0 51 51 37 0 44 1B
Octal 162 26 26 0 121 121 67 0 104 33
Binary 1110010 10110 10110 0 1010001 1010001 110111 0 1000100 11011

Color Harmonies of #721616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721616

Black with #721616

Text Example


Text Example

White with #721616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721616; }

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

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

background-color css

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

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

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

border-color css

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

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

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