#752539

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

Shades of Claret #752539

Tints of Claret #752539

Color information

#752539 (or 0x752539) is unknown color: approx Claret. HEX triplet: 75, 25 and 39. RGB value is (117,37,57). Sum of RGB (Red+Green+Blue) = 117+37+57=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #752539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752539 is #8ADAC6. Grayscale: #3F3F3F. Windows color (decimal): -9099975 or 3745141. OLE color: 3745141.

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

Color convert

RGB1173757-
CMYK00.680.510.54
HSL345º51.95%30.2%-
HSV(B)345º68.38%45.88%-
XYZ8.745.44.45-
YUV63.2124.5166.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 37 (14.84% from 255) = 17.54%
BLUE value IS 57 (22.66% from 255) = 27.01%
R=55.45%
G=17.54%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117375700.680.510.5434551.9530.2
Hex7525390443336159341e
Octal1654571010463665316436
Binary11101011001011110010100010011001111011010101100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752539; }

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

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

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

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

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

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

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

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