#721314

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

Shades of Red Berry #721314

Tints of Red Berry #721314

Color information

#721314 (or 0x721314) is unknown color: approx Red Berry. HEX triplet: 72, 13 and 14. RGB value is (114,19,20). Sum of RGB (Red+Green+Blue) = 114+19+20=153 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.51% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 114 - color contains mainly: red. Hex color #721314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721314 is #8DECEB. Grayscale: #2F2F2F. Windows color (decimal): -9301228 or 1315698. OLE color: 1315698.

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

Color convert

RGB1141920-
CMYK00.830.820.55
HSL359.37º71.43%26.08%-
HSV(B)359.37º83.33%44.71%-
XYZ7.34.091.07-
YUV47.52112.47175.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 74.51%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=74.51%
G=12.42%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114192000.830.820.55359.3771.4326.08
Hex7213140535237167471a
Octal162232401231226754710732
Binary11100101001110100010100111010010110111101100111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721314; }

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

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

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

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

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

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

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

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