#702150

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

Shades of Pompadour #702150

Tints of Pompadour #702150

Color information

#702150 (or 0x702150) is unknown color: approx Pompadour. HEX triplet: 70, 21 and 50. RGB value is (112,33,80). Sum of RGB (Red+Green+Blue) = 112+33+80=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #702150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702150 is #8FDEAF. Grayscale: #3D3D3D. Windows color (decimal): -9428656 or 5251440. OLE color: 5251440.

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

Color convert

RGB1123380-
CMYK00.710.290.56
HSL324.3º54.48%28.43%-
HSV(B)324.3º70.54%43.92%-
XYZ8.675.118.12-
YUV61.98138.17163.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 80 (31.64% from 255) = 35.56%
R=49.78%
G=14.67%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112338000.710.290.56324.354.4828.43
Hex7021500471D38144361c
Octal16041120010735705046634
Binary11100001000011010000010001111110111100010100010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702150; }

 p { color: rgb(112,33,80); }

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

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

 a { background-color: rgb(112,33,80); }

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

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

 span { border-color: rgb(112,33,80); }

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