#721718

Color #721718 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #721718

Tints of Red Berry #721718

Color information

#721718 (or 0x721718) is unknown color: approx Red Berry. HEX triplet: 72, 17 and 18. RGB value is (114,23,24). Sum of RGB (Red+Green+Blue) = 114+23+24=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #721718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721718 is #8DE8E7. Grayscale: #323232. Windows color (decimal): -9300200 or 1578866. OLE color: 1578866.

HSL color Cylindrical-coordinate representation of color #721718: hue angle of 359.34º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #721718 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1142324-
CMYK00.800.790.55
HSL359.34º66.42%26.86%-
HSV(B)359.34º79.82%44.71%-
XYZ7.414.261.3-
YUV50.32113.15173.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.81%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=70.81%
G=14.29%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114232400.800.790.55359.3466.4226.86
Hex7217180504F37167421b
Octal162273001201176754710233
Binary11100101011111000010100001001111110111101100111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721718; }

 p { color: rgb(114,23,24); }

 H1.HeaderClassName
 {
   color: #721718;
 }
 .AnyTagClassName
 {
   color: #721718;
 }
</style>
background-color css

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

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

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

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

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

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