#752534

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

Shades of Claret #752534

Tints of Claret #752534

Color information

#752534 (or 0x752534) is unknown color: approx Claret. HEX triplet: 75, 25 and 34. RGB value is (117,37,52). Sum of RGB (Red+Green+Blue) = 117+37+52=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #752534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752534 is #8ADACB. Grayscale: #3E3E3E. Windows color (decimal): -9099980 or 3417461. OLE color: 3417461.

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

Color convert

RGB1173752-
CMYK00.680.560.54
HSL348.75º51.95%30.2%-
HSV(B)348.75º68.38%45.88%-
XYZ8.625.353.83-
YUV62.63122166.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.80%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 52 (20.70% from 255) = 25.24%
R=56.80%
G=17.96%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117375200.680.560.54348.7551.9530.2
Hex752534044383615d341e
Octal1654564010470665356436
Binary11101011001011101000100010011100011011010101110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752534; }

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

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

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

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

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

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

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

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