#752737

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

Shades of Claret #752737

Tints of Claret #752737

Color information

#752737 (or 0x752737) is unknown color: approx Claret. HEX triplet: 75, 27 and 37. RGB value is (117,39,55). Sum of RGB (Red+Green+Blue) = 117+39+55=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #752737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752737 is #8AD8C8. Grayscale: #404040. Windows color (decimal): -9099465 or 3614581. OLE color: 3614581.

HSL color Cylindrical-coordinate representation of color #752737: hue angle of 347.69º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #752737 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB1173955-
CMYK00.670.530.54
HSL347.69º50%30.59%-
HSV(B)347.69º66.67%45.88%-
XYZ8.755.514.22-
YUV64.15122.84165.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 55 (21.88% from 255) = 26.07%
R=55.45%
G=18.48%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117395500.670.530.54347.695030.59
Hex752737043353615c321f
Octal1654767010365665346237
Binary11101011001111101110100001111010111011010101110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752737; }

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

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

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

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

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

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

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

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