#721621

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

Shades of Red Berry #721621

Tints of Red Berry #721621

Color information

#721621 (or 0x721621) is unknown color: approx Red Berry. HEX triplet: 72, 16 and 21. RGB value is (114,22,33). Sum of RGB (Red+Green+Blue) = 114+22+33=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #721621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721621 is #8DE9DE. Grayscale: #323232. Windows color (decimal): -9300447 or 2168434. OLE color: 2168434.

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

Color convert

RGB1142233-
CMYK00.810.710.55
HSL352.83º67.65%26.67%-
HSV(B)352.83º80.7%44.71%-
XYZ7.54.261.87-
YUV50.76117.98173.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.46%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 33 (13.28% from 255) = 19.53%
R=67.46%
G=13.02%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114223300.810.710.55352.8367.6526.67
Hex7216210514737161441b
Octal162264101211076754110433
Binary111001010110100001010100011000111110111101100001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721621; }

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

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

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

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

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

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

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

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