#701248

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

Shades of Pompadour #701248

Tints of Pompadour #701248

Color information

#701248 (or 0x701248) is unknown color: approx Pompadour. HEX triplet: 70, 12 and 48. RGB value is (112,18,72). Sum of RGB (Red+Green+Blue) = 112+18+72=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #701248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701248 is #8FEDB7. Grayscale: #343434. Windows color (decimal): -9432504 or 4723312. OLE color: 4723312.

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

Color convert

RGB1121872-
CMYK00.840.360.56
HSL325.53º72.31%25.49%-
HSV(B)325.53º83.93%43.92%-
XYZ8.074.356.54-
YUV52.26139.14170.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=55.45%
G=8.91%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112187200.840.360.56325.5372.3125.49
Hex70124805424381464819
Octal160221100124447050611031
Binary111000010010100100001010100100100111000101000110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701248; }

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

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

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

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

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

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

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

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