#72212E

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

Shades of Red Berry #72212E

Tints of Red Berry #72212E

Color information

#72212E (or 0x72212E) is unknown color: approx Red Berry. HEX triplet: 72, 21 and 2E. RGB value is (114,33,46). Sum of RGB (Red+Green+Blue) = 114+33+46=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72212E is #8DDED1. Grayscale: #3A3A3A. Windows color (decimal): -9297618 or 3023218. OLE color: 3023218.

HSL color Cylindrical-coordinate representation of color #72212E: hue angle of 350.37º 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 #72212E is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB1143346-
CMYK00.710.600.55
HSL350.37º55.1%28.82%-
HSV(B)350.37º71.05%44.71%-
XYZ7.984.863.1-
YUV58.7120.84167.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.07%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 46 (18.36% from 255) = 23.83%
R=59.07%
G=17.10%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114334600.710.600.55350.3755.128.82
Hex72212E0473C3715e371d
Octal1624156010774675366735
Binary11100101000011011100100011111110011011110101111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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