#702354

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

Shades of Pompadour #702354

Tints of Pompadour #702354

Color information

#702354 (or 0x702354) is unknown color: approx Pompadour. HEX triplet: 70, 23 and 54. RGB value is (112,35,84). Sum of RGB (Red+Green+Blue) = 112+35+84=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #702354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702354 is #8FDCAB. Grayscale: #3F3F3F. Windows color (decimal): -9428140 or 5514096. OLE color: 5514096.

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

Color convert

RGB1123584-
CMYK00.690.250.56
HSL321.82º52.38%28.82%-
HSV(B)321.82º68.75%43.92%-
XYZ8.885.298.94-
YUV63.61139.51162.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 35 (14.06% from 255) = 15.15%
BLUE value IS 84 (33.20% from 255) = 36.36%
R=48.48%
G=15.15%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112358400.690.250.56321.8252.3828.82
Hex7023540451938142341d
Octal16043124010531705026435
Binary11100001000111010100010001011100111100010100001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702354; }

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

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

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

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

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

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

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

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