#702552

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

Shades of Pompadour #702552

Tints of Pompadour #702552

Color information

#702552 (or 0x702552) is unknown color: approx Pompadour. HEX triplet: 70, 25 and 52. RGB value is (112,37,82). Sum of RGB (Red+Green+Blue) = 112+37+82=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #702552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702552 is #8FDAAD. Grayscale: #404040. Windows color (decimal): -9427630 or 5383536. OLE color: 5383536.

HSL color Cylindrical-coordinate representation of color #702552: hue angle of 324º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702552 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1123782-
CMYK00.670.270.56
HSL324º50.34%29.22%-
HSV(B)324º66.96%43.92%-
XYZ8.875.388.55-
YUV64.55137.85161.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 37 (14.84% from 255) = 16.02%
BLUE value IS 82 (32.42% from 255) = 35.50%
R=48.48%
G=16.02%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112378200.670.270.5632450.3429.22
Hex7025520431B38144321d
Octal16045122010333705046235
Binary11100001001011010010010000111101111100010100010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702552; }

 p { color: rgb(112,37,82); }

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

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

 a { background-color: rgb(112,37,82); }

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

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

 span { border-color: rgb(112,37,82); }

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