#73222B

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

Shades of Red Berry #73222B

Tints of Red Berry #73222B

Color information

#73222B (or 0x73222B) is unknown color: approx Red Berry. HEX triplet: 73, 22 and 2B. RGB value is (115,34,43). Sum of RGB (Red+Green+Blue) = 115+34+43=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #73222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73222B is #8CDDD4. Grayscale: #3B3B3B. Windows color (decimal): -9231829 or 2826867. OLE color: 2826867.

HSL color Cylindrical-coordinate representation of color #73222B: hue angle of 353.33º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73222B is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1153443-
CMYK00.700.630.55
HSL353.33º54.36%29.22%-
HSV(B)353.33º70.43%45.1%-
XYZ8.084.962.82-
YUV59.24118.84167.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.90%
GREEN value IS 34 (13.67% from 255) = 17.71%
BLUE value IS 43 (17.19% from 255) = 22.40%
R=59.90%
G=17.71%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115344300.700.630.55353.3354.3629.22
Hex73222B0463F37161361d
Octal1634253010677675416635
Binary11100111000101010110100011011111111011110110000111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,34,43); }

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

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

 a { background-color: rgb(115,34,43); }

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

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

 span { border-color: rgb(115,34,43); }

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