#73212C

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

Shades of Red Berry #73212C

Tints of Red Berry #73212C

Color information

#73212C (or 0x73212C) is unknown color: approx Red Berry. HEX triplet: 73, 21 and 2C. RGB value is (115,33,44). Sum of RGB (Red+Green+Blue) = 115+33+44=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #73212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73212C is #8CDED3. Grayscale: #3A3A3A. Windows color (decimal): -9232084 or 2892147. OLE color: 2892147.

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

Color convert

RGB1153344-
CMYK00.710.620.55
HSL351.95º55.41%29.02%-
HSV(B)351.95º71.3%45.1%-
XYZ8.074.912.91-
YUV58.77119.67168.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.90%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 44 (17.58% from 255) = 22.92%
R=59.90%
G=17.19%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115334400.710.620.55351.9555.4129.02
Hex73212C0473E37160371d
Octal1634154010776675406735
Binary11100111000011011000100011111111011011110110000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73212C; }

 p { color: rgb(115,33,44); }

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

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

 a { background-color: rgb(115,33,44); }

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

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

 span { border-color: rgb(115,33,44); }

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