#752039

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

Shades of Claret #752039

Tints of Claret #752039

Color information

#752039 (or 0x752039) is unknown color: approx Claret. HEX triplet: 75, 20 and 39. RGB value is (117,32,57). Sum of RGB (Red+Green+Blue) = 117+32+57=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #752039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752039 is #8ADFC6. Grayscale: #3C3C3C. Windows color (decimal): -9101255 or 3743861. OLE color: 3743861.

HSL color Cylindrical-coordinate representation of color #752039: hue angle of 342.35º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752039 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1173257-
CMYK00.730.510.54
HSL342.35º57.05%29.22%-
HSV(B)342.35º72.65%45.88%-
XYZ8.595.114.4-
YUV60.26126.16168.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.80%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 57 (22.66% from 255) = 27.67%
R=56.80%
G=15.53%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117325700.730.510.54342.3557.0529.22
Hex7520390493336156391d
Octal1654071011163665267135
Binary11101011000001110010100100111001111011010101011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752039; }

 p { color: rgb(117,32,57); }

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

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

 a { background-color: rgb(117,32,57); }

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

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

 span { border-color: rgb(117,32,57); }

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