#752246

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

Shades of Pompadour #752246

Tints of Pompadour #752246

Color information

#752246 (or 0x752246) is unknown color: approx Pompadour. HEX triplet: 75, 22 and 46. RGB value is (117,34,70). Sum of RGB (Red+Green+Blue) = 117+34+70=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #752246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752246 is #8ADDB9. Grayscale: #3E3E3E. Windows color (decimal): -9100730 or 4596341. OLE color: 4596341.

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

Color convert

RGB1173470-
CMYK00.710.400.54
HSL333.98º54.97%29.61%-
HSV(B)333.98º70.94%45.88%-
XYZ9.015.376.36-
YUV62.92132166.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.94%
GREEN value IS 34 (13.67% from 255) = 15.38%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=52.94%
G=15.38%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117347000.710.400.54333.9854.9729.61
Hex752246047283614e371e
Octal16542106010750665166736
Binary111010110001010001100100011110100011011010100111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752246; }

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

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

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

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

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

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

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

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