#752535

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

Shades of Claret #752535

Tints of Claret #752535

Color information

#752535 (or 0x752535) is unknown color: approx Claret. HEX triplet: 75, 25 and 35. RGB value is (117,37,53). Sum of RGB (Red+Green+Blue) = 117+37+53=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #752535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752535 is #8ADACA. Grayscale: #3E3E3E. Windows color (decimal): -9099979 or 3482997. OLE color: 3482997.

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

Color convert

RGB1173753-
CMYK00.680.550.54
HSL348º51.95%30.2%-
HSV(B)348º68.38%45.88%-
XYZ8.645.363.95-
YUV62.74122.5166.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=56.52%
G=17.87%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117375300.680.550.5434851.9530.2
Hex752535044373615c341e
Octal1654565010467665346436
Binary11101011001011101010100010011011111011010101110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752535; }

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

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

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

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

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

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

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

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