#702351

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

Shades of Pompadour #702351

Tints of Pompadour #702351

Color information

#702351 (or 0x702351) is unknown color: approx Pompadour. HEX triplet: 70, 23 and 51. RGB value is (112,35,81). Sum of RGB (Red+Green+Blue) = 112+35+81=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #702351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702351 is #8FDCAE. Grayscale: #3F3F3F. Windows color (decimal): -9428143 or 5317488. OLE color: 5317488.

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

Color convert

RGB1123581-
CMYK00.690.280.56
HSL324.16º52.38%28.82%-
HSV(B)324.16º68.75%43.92%-
XYZ8.775.248.33-
YUV63.27138.01162.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 35 (14.06% from 255) = 15.35%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=49.12%
G=15.35%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112358100.690.280.56324.1652.3828.82
Hex7023510451C38144341d
Octal16043121010534705046435
Binary11100001000111010001010001011110011100010100010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702351; }

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

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

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

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

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

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

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

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