#721317

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

Shades of Red Berry #721317

Tints of Red Berry #721317

Color information

#721317 (or 0x721317) is unknown color: approx Red Berry. HEX triplet: 72, 13 and 17. RGB value is (114,19,23). Sum of RGB (Red+Green+Blue) = 114+19+23=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #721317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721317 is #8DECE8. Grayscale: #2F2F2F. Windows color (decimal): -9301225 or 1512306. OLE color: 1512306.

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

Color convert

RGB1141923-
CMYK00.830.800.55
HSL357.47º71.43%26.08%-
HSV(B)357.47º83.33%44.71%-
XYZ7.334.111.22-
YUV47.86113.97175.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.08%
GREEN value IS 19 (7.81% from 255) = 12.18%
BLUE value IS 23 (9.38% from 255) = 14.74%
R=73.08%
G=12.18%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114192300.830.800.55357.4771.4326.08
Hex7213170535037165471a
Octal162232701231206754510732
Binary11100101001110111010100111010000110111101100101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721317; }

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

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

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

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

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

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

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

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