#702040

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

Shades of Pompadour #702040

Tints of Pompadour #702040

Color information

#702040 (or 0x702040) is unknown color: approx Pompadour. HEX triplet: 70, 20 and 40. RGB value is (112,32,64). Sum of RGB (Red+Green+Blue) = 112+32+64=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #702040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702040 is #8FDFBF. Grayscale: #3B3B3B. Windows color (decimal): -9428928 or 4202608. OLE color: 4202608.

HSL color Cylindrical-coordinate representation of color #702040: hue angle of 336º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702040 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1123264-
CMYK00.710.430.56
HSL336º55.56%28.24%-
HSV(B)336º71.43%43.92%-
XYZ8.124.855.36-
YUV59.57130.5165.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 32 (12.89% from 255) = 15.38%
BLUE value IS 64 (25.39% from 255) = 30.77%
R=53.85%
G=15.38%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112326400.710.430.5633655.5628.24
Hex7020400472B38150381c
Octal16040100010753705207034
Binary111000010000010000000100011110101111100010101000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702040; }

 p { color: rgb(112,32,64); }

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

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

 a { background-color: rgb(112,32,64); }

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

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

 span { border-color: rgb(112,32,64); }

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