#752239

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

Shades of Claret #752239

Tints of Claret #752239

Color information

#752239 (or 0x752239) is unknown color: approx Claret. HEX triplet: 75, 22 and 39. RGB value is (117,34,57). Sum of RGB (Red+Green+Blue) = 117+34+57=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #752239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752239 is #8ADDC6. Grayscale: #3D3D3D. Windows color (decimal): -9100743 or 3744373. OLE color: 3744373.

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

Color convert

RGB1173457-
CMYK00.710.510.54
HSL343.37º54.97%29.61%-
HSV(B)343.37º70.94%45.88%-
XYZ8.655.224.42-
YUV61.44125.5167.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 34 (13.67% from 255) = 16.35%
BLUE value IS 57 (22.66% from 255) = 27.40%
R=56.25%
G=16.35%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117345700.710.510.54343.3754.9729.61
Hex7522390473336157371e
Octal1654271010763665276736
Binary11101011000101110010100011111001111011010101011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752239; }

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

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

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

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

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

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

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

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