#702553

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

Shades of Pompadour #702553

Tints of Pompadour #702553

Color information

#702553 (or 0x702553) is unknown color: approx Pompadour. HEX triplet: 70, 25 and 53. RGB value is (112,37,83). Sum of RGB (Red+Green+Blue) = 112+37+83=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #702553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702553 is #8FDAAC. Grayscale: #404040. Windows color (decimal): -9427629 or 5449072. OLE color: 5449072.

HSL color Cylindrical-coordinate representation of color #702553: hue angle of 323.2º 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 #702553 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB1123783-
CMYK00.670.260.56
HSL323.2º50.34%29.22%-
HSV(B)323.2º66.96%43.92%-
XYZ8.95.398.76-
YUV64.67138.35161.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 37 (14.84% from 255) = 15.95%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=48.28%
G=15.95%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112378300.670.260.56323.250.3429.22
Hex7025530431A38143321d
Octal16045123010332705036235
Binary11100001001011010011010000111101011100010100001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702553; }

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

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

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

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

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

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

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

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