#702851

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

Shades of Pompadour #702851

Tints of Pompadour #702851

Color information

#702851 (or 0x702851) is unknown color: approx Pompadour. HEX triplet: 70, 28 and 51. RGB value is (112,40,81). Sum of RGB (Red+Green+Blue) = 112+40+81=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #702851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702851 is #8FD7AE. Grayscale: #424242. Windows color (decimal): -9426863 or 5318768. OLE color: 5318768.

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

Color convert

RGB1124081-
CMYK00.640.280.56
HSL325.83º47.37%29.8%-
HSV(B)325.83º64.29%43.92%-
XYZ8.935.568.39-
YUV66.2136.35160.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=48.07%
G=17.17%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112408100.640.280.56325.8347.3729.8
Hex7028510401C381462f1e
Octal16050121010034705065736
Binary11100001010001010001010000001110011100010100011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702851; }

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

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

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

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

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

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

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

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