#752037

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

Shades of Claret #752037

Tints of Claret #752037

Color information

#752037 (or 0x752037) is unknown color: approx Claret. HEX triplet: 75, 20 and 37. RGB value is (117,32,55). Sum of RGB (Red+Green+Blue) = 117+32+55=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #752037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752037 is #8ADFC8. Grayscale: #3C3C3C. Windows color (decimal): -9101257 or 3612789. OLE color: 3612789.

HSL color Cylindrical-coordinate representation of color #752037: hue angle of 343.76º 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 #752037 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB1173255-
CMYK00.730.530.54
HSL343.76º57.05%29.22%-
HSV(B)343.76º72.65%45.88%-
XYZ8.545.094.15-
YUV60.04125.16168.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 32 (12.89% from 255) = 15.69%
BLUE value IS 55 (21.88% from 255) = 26.96%
R=57.35%
G=15.69%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117325500.730.530.54343.7657.0529.22
Hex7520370493536158391d
Octal1654067011165665307135
Binary11101011000001101110100100111010111011010101100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752037; }

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

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

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

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

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

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

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

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