#721315

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

Shades of Red Berry #721315

Tints of Red Berry #721315

Color information

#721315 (or 0x721315) is unknown color: approx Red Berry. HEX triplet: 72, 13 and 15. RGB value is (114,19,21). Sum of RGB (Red+Green+Blue) = 114+19+21=154 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.03% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 114 - color contains mainly: red. Hex color #721315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721315 is #8DECEA. Grayscale: #2F2F2F. Windows color (decimal): -9301227 or 1381234. OLE color: 1381234.

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

Color convert

RGB1141921-
CMYK00.830.820.55
HSL358.74º71.43%26.08%-
HSV(B)358.74º83.33%44.71%-
XYZ7.314.11.12-
YUV47.63112.97175.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 74.03%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 21 (8.59% from 255) = 13.64%
R=74.03%
G=12.34%
B=13.64%

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
Decimal114192100.830.820.55358.7471.4326.08
Hex7213150535237167471a
Octal162232501231226754710732
Binary11100101001110101010100111010010110111101100111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721315; }

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

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

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

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

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

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

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

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