#701048

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

Shades of Pompadour #701048

Tints of Pompadour #701048

Color information

#701048 (or 0x701048) is unknown color: approx Pompadour. HEX triplet: 70, 10 and 48. RGB value is (112,16,72). Sum of RGB (Red+Green+Blue) = 112+16+72=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #701048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701048 is #8FEFB7. Grayscale: #323232. Windows color (decimal): -9433016 or 4722800. OLE color: 4722800.

HSL color Cylindrical-coordinate representation of color #701048: hue angle of 325º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701048 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB1121672-
CMYK00.860.360.56
HSL325º75%25.1%-
HSV(B)325º85.71%43.92%-
XYZ8.044.286.53-
YUV51.09139.8171.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56%
GREEN value IS 16 (6.64% from 255) = 8%
BLUE value IS 72 (28.52% from 255) = 36%
R=56%
G=8%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112167200.860.360.563257525.1
Hex70104805624381454b19
Octal160201100126447050511331
Binary111000010000100100001010110100100111000101000101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701048; }

 p { color: rgb(112,16,72); }

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

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

 a { background-color: rgb(112,16,72); }

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

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

 span { border-color: rgb(112,16,72); }

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