#702042

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

Shades of Pompadour #702042

Tints of Pompadour #702042

Color information

#702042 (or 0x702042) is unknown color: approx Pompadour. HEX triplet: 70, 20 and 42. RGB value is (112,32,66). Sum of RGB (Red+Green+Blue) = 112+32+66=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #702042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702042 is #8FDFBD. Grayscale: #3B3B3B. Windows color (decimal): -9428926 or 4333680. OLE color: 4333680.

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

Color convert

RGB1123266-
CMYK00.710.410.56
HSL334.5º55.56%28.24%-
HSV(B)334.5º71.43%43.92%-
XYZ8.184.875.66-
YUV59.8131.5165.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 32 (12.89% from 255) = 15.24%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=53.33%
G=15.24%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112326600.710.410.56334.555.5628.24
Hex702042047293814e381c
Octal16040102010751705167034
Binary111000010000010000100100011110100111100010100111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702042; }

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

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

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

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

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

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

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

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