#702548

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

Shades of Pompadour #702548

Tints of Pompadour #702548

Color information

#702548 (or 0x702548) is unknown color: approx Pompadour. HEX triplet: 70, 25 and 48. RGB value is (112,37,72). Sum of RGB (Red+Green+Blue) = 112+37+72=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #702548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702548 is #8FDAB7. Grayscale: #3F3F3F. Windows color (decimal): -9427640 or 4728176. OLE color: 4728176.

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

Color convert

RGB1123772-
CMYK00.670.360.56
HSL332º50.34%29.22%-
HSV(B)332º66.96%43.92%-
XYZ8.515.246.69-
YUV63.41132.85162.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=50.68%
G=16.74%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112377200.670.360.5633250.3429.22
Hex702548043243814c321d
Octal16045110010344705146235
Binary111000010010110010000100001110010011100010100110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702548; }

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

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

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

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

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

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

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

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