#73202D

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

Shades of Red Berry #73202D

Tints of Red Berry #73202D

Color information

#73202D (or 0x73202D) is unknown color: approx Red Berry. HEX triplet: 73, 20 and 2D. RGB value is (115,32,45). Sum of RGB (Red+Green+Blue) = 115+32+45=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #73202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73202D is #8CDFD2. Grayscale: #3A3A3A. Windows color (decimal): -9232339 or 2957427. OLE color: 2957427.

HSL color Cylindrical-coordinate representation of color #73202D: hue angle of 350.6º 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 #73202D is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1153245-
CMYK00.720.610.55
HSL350.6º56.46%28.82%-
HSV(B)350.6º72.17%45.1%-
XYZ8.064.873-
YUV58.3120.5168.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.90%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 45 (17.97% from 255) = 23.44%
R=59.90%
G=16.67%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115324500.720.610.55350.656.4628.82
Hex73202D0483D3715f381d
Octal1634055011075675377035
Binary11100111000001011010100100011110111011110101111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,32,45); }

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

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

 a { background-color: rgb(115,32,45); }

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

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

 span { border-color: rgb(115,32,45); }

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