#73202E

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

Shades of Red Berry #73202E

Tints of Red Berry #73202E

Color information

#73202E (or 0x73202E) is unknown color: approx Red Berry. HEX triplet: 73, 20 and 2E. RGB value is (115,32,46). Sum of RGB (Red+Green+Blue) = 115+32+46=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #73202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73202E is #8CDFD1. Grayscale: #3A3A3A. Windows color (decimal): -9232338 or 3022963. OLE color: 3022963.

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

Color convert

RGB1153246-
CMYK00.720.60.55
HSL349.88º56.46%28.82%-
HSV(B)349.88º72.17%45.1%-
XYZ8.084.883.1-
YUV58.41121168.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.59%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 46 (18.36% from 255) = 23.83%
R=59.59%
G=16.58%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115324600.720.60.55349.8856.4628.82
Hex73202E0483C3715e381d
Octal1634056011074675367035
Binary11100111000001011100100100011110011011110101111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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