#702442

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

Shades of Pompadour #702442

Tints of Pompadour #702442

Color information

#702442 (or 0x702442) is unknown color: approx Pompadour. HEX triplet: 70, 24 and 42. RGB value is (112,36,66). Sum of RGB (Red+Green+Blue) = 112+36+66=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #702442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702442 is #8FDBBD. Grayscale: #3E3E3E. Windows color (decimal): -9427902 or 4334704. OLE color: 4334704.

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

Color convert

RGB1123666-
CMYK00.680.410.56
HSL336.32º51.35%29.02%-
HSV(B)336.32º67.86%43.92%-
XYZ8.35.15.7-
YUV62.14130.18163.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 36 (14.45% from 255) = 16.82%
BLUE value IS 66 (26.17% from 255) = 30.84%
R=52.34%
G=16.82%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112366600.680.410.56336.3251.3529.02
Hex7024420442938150331d
Octal16044102010451705206335
Binary111000010010010000100100010010100111100010101000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702442; }

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

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

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

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

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

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

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

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