#752032

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

Shades of Claret #752032

Tints of Claret #752032

Color information

#752032 (or 0x752032) is unknown color: approx Claret. HEX triplet: 75, 20 and 32. RGB value is (117,32,50). Sum of RGB (Red+Green+Blue) = 117+32+50=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #752032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752032 is #8ADFCD. Grayscale: #3B3B3B. Windows color (decimal): -9101262 or 3285109. OLE color: 3285109.

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

Color convert

RGB1173250-
CMYK00.730.570.54
HSL347.29º57.05%29.22%-
HSV(B)347.29º72.65%45.88%-
XYZ8.435.053.55-
YUV59.47122.66169.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.79%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=58.79%
G=16.08%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117325000.730.570.54347.2957.0529.22
Hex752032049393615b391d
Octal1654062011171665337135
Binary11101011000001100100100100111100111011010101101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752032; }

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

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

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

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

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

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

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

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