#72212D

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

Shades of Red Berry #72212D

Tints of Red Berry #72212D

Color information

#72212D (or 0x72212D) is unknown color: approx Red Berry. HEX triplet: 72, 21 and 2D. RGB value is (114,33,45). Sum of RGB (Red+Green+Blue) = 114+33+45=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #72212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72212D is #8DDED2. Grayscale: #3A3A3A. Windows color (decimal): -9297619 or 2957682. OLE color: 2957682.

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

Color convert

RGB1143345-
CMYK00.710.610.55
HSL351.11º55.1%28.82%-
HSV(B)351.11º71.05%44.71%-
XYZ7.964.853-
YUV58.59120.34167.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.38%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 45 (17.97% from 255) = 23.44%
R=59.38%
G=17.19%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114334500.710.610.55351.1155.128.82
Hex72212D0473D3715f371d
Octal1624155010775675376735
Binary11100101000011011010100011111110111011110101111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72212D; }

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

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

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

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

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

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

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

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