#752639

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

Shades of Claret #752639

Tints of Claret #752639

Color information

#752639 (or 0x752639) is unknown color: approx Claret. HEX triplet: 75, 26 and 39. RGB value is (117,38,57). Sum of RGB (Red+Green+Blue) = 117+38+57=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #752639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752639 is #8AD9C6. Grayscale: #3F3F3F. Windows color (decimal): -9099719 or 3745397. OLE color: 3745397.

HSL color Cylindrical-coordinate representation of color #752639: hue angle of 345.57º degrees, saturation: 0.51, 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 #752639 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1173857-
CMYK00.680.510.54
HSL345.57º50.97%30.39%-
HSV(B)345.57º67.52%45.88%-
XYZ8.775.464.46-
YUV63.79124.17165.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 57 (22.66% from 255) = 26.89%
R=55.19%
G=17.92%
B=26.89%

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
Decimal117385700.680.510.54345.5750.9730.39
Hex752639044333615a331e
Octal1654671010463665326336
Binary11101011001101110010100010011001111011010101101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752639; }

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

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

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

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

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

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

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

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