#73203A

Color #73203A Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #73203A

Tints of Claret #73203A

Color information

#73203A (or 0x73203A) is unknown color: approx Claret. HEX triplet: 73, 20 and 3A. RGB value is (115,32,58). Sum of RGB (Red+Green+Blue) = 115+32+58=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #73203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73203A is #8CDFC5. Grayscale: #3B3B3B. Windows color (decimal): -9232326 or 3809395. OLE color: 3809395.

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

Color convert

RGB1153258-
CMYK00.720.500.55
HSL341.2º56.46%28.82%-
HSV(B)341.2º72.17%45.1%-
XYZ8.354.984.52-
YUV59.78127167.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.10%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=56.10%
G=15.61%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115325800.720.500.55341.256.4628.82
Hex73203A0483237155381d
Octal1634072011062675257035
Binary11100111000001110100100100011001011011110101010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73203A; }

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

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

<style>
 a { background-color: #73203A; }

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

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

<style>
 span { border-color: #73203A; }

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

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