#721921

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

Shades of Red Berry #721921

Tints of Red Berry #721921

Color information

#721921 (or 0x721921) is unknown color: approx Red Berry. HEX triplet: 72, 19 and 21. RGB value is (114,25,33). Sum of RGB (Red+Green+Blue) = 114+25+33=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #721921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721921 is #8DE6DE. Grayscale: #343434. Windows color (decimal): -9299679 or 2169202. OLE color: 2169202.

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

Color convert

RGB1142533-
CMYK00.780.710.55
HSL354.61º64.03%27.25%-
HSV(B)354.61º78.07%44.71%-
XYZ7.564.381.89-
YUV52.52116.99171.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.28%
GREEN value IS 25 (10.16% from 255) = 14.53%
BLUE value IS 33 (13.28% from 255) = 19.19%
R=66.28%
G=14.53%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114253300.780.710.55354.6164.0327.25
Hex72192104E4737163401b
Octal162314101161076754310033
Binary111001011001100001010011101000111110111101100011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721921; }

 p { color: rgb(114,25,33); }

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

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

 a { background-color: rgb(114,25,33); }

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

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

 span { border-color: rgb(114,25,33); }

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