#721D21

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

Shades of Red Berry #721D21

Tints of Red Berry #721D21

Color information

#721D21 (or 0x721D21) is unknown color: approx Red Berry. HEX triplet: 72, 1D and 21. RGB value is (114,29,33). Sum of RGB (Red+Green+Blue) = 114+29+33=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #721D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D21 is #8DE2DE. Grayscale: #363636. Windows color (decimal): -9298655 or 2170226. OLE color: 2170226.

HSL color Cylindrical-coordinate representation of color #721D21: hue angle of 357.18º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721D21 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB1142933-
CMYK00.750.710.55
HSL357.18º59.44%28.04%-
HSV(B)357.18º74.56%44.71%-
XYZ7.654.571.92-
YUV54.87115.66170.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.77%
GREEN value IS 29 (11.72% from 255) = 16.48%
BLUE value IS 33 (13.28% from 255) = 18.75%
R=64.77%
G=16.48%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114293300.750.710.55357.1859.4428.04
Hex721D2104B47371653b1c
Octal16235410113107675457334
Binary11100101110110000101001011100011111011110110010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721D21; }

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

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

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

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

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

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

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

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