#702342

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

Shades of Pompadour #702342

Tints of Pompadour #702342

Color information

#702342 (or 0x702342) is unknown color: approx Pompadour. HEX triplet: 70, 23 and 42. RGB value is (112,35,66). Sum of RGB (Red+Green+Blue) = 112+35+66=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #702342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702342 is #8FDCBD. Grayscale: #3D3D3D. Windows color (decimal): -9428158 or 4334448. OLE color: 4334448.

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

Color convert

RGB1123566-
CMYK00.690.410.56
HSL335.84º52.38%28.82%-
HSV(B)335.84º68.75%43.92%-
XYZ8.275.045.69-
YUV61.56130.51163.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 35 (14.06% from 255) = 16.43%
BLUE value IS 66 (26.17% from 255) = 30.99%
R=52.58%
G=16.43%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112356600.690.410.56335.8452.3828.82
Hex7023420452938150341d
Octal16043102010551705206435
Binary111000010001110000100100010110100111100010101000011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702342; }

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

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

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

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

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

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

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

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