#721015

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

Shades of Red Berry #721015

Tints of Red Berry #721015

Color information

#721015 (or 0x721015) is unknown color: approx Red Berry. HEX triplet: 72, 10 and 15. RGB value is (114,16,21). Sum of RGB (Red+Green+Blue) = 114+16+21=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #721015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721015 is #8DEFEA. Grayscale: #2D2D2D. Windows color (decimal): -9301995 or 1380466. OLE color: 1380466.

HSL color Cylindrical-coordinate representation of color #721015: hue angle of 356.94º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721015 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1141621-
CMYK00.860.820.55
HSL356.94º75.38%25.49%-
HSV(B)356.94º85.96%44.71%-
XYZ7.2641.1-
YUV45.87113.97176.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 75.50%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 21 (8.59% from 255) = 13.91%
R=75.50%
G=10.60%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114162100.860.820.55356.9475.3825.49
Hex72101505652371654b19
Octal162202501261226754511331
Binary11100101000010101010101101010010110111101100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721015; }

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

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

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

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

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

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

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

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