#752232

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

Shades of Claret #752232

Tints of Claret #752232

Color information

#752232 (or 0x752232) is unknown color: approx Claret. HEX triplet: 75, 22 and 32. RGB value is (117,34,50). Sum of RGB (Red+Green+Blue) = 117+34+50=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #752232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752232 is #8ADDCD. Grayscale: #3C3C3C. Windows color (decimal): -9100750 or 3285621. OLE color: 3285621.

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

Color convert

RGB1173450-
CMYK00.710.570.54
HSL348.43º54.97%29.61%-
HSV(B)348.43º70.94%45.88%-
XYZ8.485.163.57-
YUV60.64122168.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.21%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=58.21%
G=16.92%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117345000.710.570.54348.4354.9729.61
Hex752232047393615c371e
Octal1654262010771665346736
Binary11101011000101100100100011111100111011010101110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752232; }

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

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

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

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

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

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

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

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