#752033

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

Shades of Claret #752033

Tints of Claret #752033

Color information

#752033 (or 0x752033) is unknown color: approx Claret. HEX triplet: 75, 20 and 33. RGB value is (117,32,51). Sum of RGB (Red+Green+Blue) = 117+32+51=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #752033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752033 is #8ADFCC. Grayscale: #3B3B3B. Windows color (decimal): -9101261 or 3350645. OLE color: 3350645.

HSL color Cylindrical-coordinate representation of color #752033: hue angle of 346.59º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752033 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1173251-
CMYK00.730.560.54
HSL346.59º57.05%29.22%-
HSV(B)346.59º72.65%45.88%-
XYZ8.455.053.66-
YUV59.58123.16168.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.5%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 51 (20.31% from 255) = 25.5%
R=58.5%
G=16%
B=25.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117325100.730.560.54346.5957.0529.22
Hex752033049383615b391d
Octal1654063011170665337135
Binary11101011000001100110100100111100011011010101101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752033; }

 p { color: rgb(117,32,51); }

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

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

 a { background-color: rgb(117,32,51); }

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

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

 span { border-color: rgb(117,32,51); }

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