#72202B

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

Shades of Red Berry #72202B

Tints of Red Berry #72202B

Color information

#72202B (or 0x72202B) is unknown color: approx Red Berry. HEX triplet: 72, 20 and 2B. RGB value is (114,32,43). Sum of RGB (Red+Green+Blue) = 114+32+43=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #72202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72202B is #8DDFD4. Grayscale: #393939. Windows color (decimal): -9297877 or 2826354. OLE color: 2826354.

HSL color Cylindrical-coordinate representation of color #72202B: hue angle of 351.95º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72202B is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1143243-
CMYK00.720.620.55
HSL351.95º56.16%28.63%-
HSV(B)351.95º71.93%44.71%-
XYZ7.894.782.79-
YUV57.77119.67168.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.32%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 43 (17.19% from 255) = 22.75%
R=60.32%
G=16.93%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114324300.720.620.55351.9556.1628.63
Hex72202B0483E37160381d
Octal1624053011076675407035
Binary11100101000001010110100100011111011011110110000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72202B; }

 p { color: rgb(114,32,43); }

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

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

 a { background-color: rgb(114,32,43); }

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

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

 span { border-color: rgb(114,32,43); }

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