#702242

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

Shades of Pompadour #702242

Tints of Pompadour #702242

Color information

#702242 (or 0x702242) is unknown color: approx Pompadour. HEX triplet: 70, 22 and 42. RGB value is (112,34,66). Sum of RGB (Red+Green+Blue) = 112+34+66=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #702242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702242 is #8FDDBD. Grayscale: #3C3C3C. Windows color (decimal): -9428414 or 4334192. OLE color: 4334192.

HSL color Cylindrical-coordinate representation of color #702242: hue angle of 335.38º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702242 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1123466-
CMYK00.700.410.56
HSL335.38º53.42%28.63%-
HSV(B)335.38º69.64%43.92%-
XYZ8.244.985.68-
YUV60.97130.84164.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 34 (13.67% from 255) = 16.04%
BLUE value IS 66 (26.17% from 255) = 31.13%
R=52.83%
G=16.04%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112346600.700.410.56335.3853.4228.63
Hex702242046293814f351d
Octal16042102010651705176535
Binary111000010001010000100100011010100111100010100111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702242; }

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

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

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

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

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

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

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

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