#701B48

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

Shades of Pompadour #701B48

Tints of Pompadour #701B48

Color information

#701B48 (or 0x701B48) is unknown color: approx Pompadour. HEX triplet: 70, 1B and 48. RGB value is (112,27,72). Sum of RGB (Red+Green+Blue) = 112+27+72=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #701B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701B48 is #8FE4B7. Grayscale: #393939. Windows color (decimal): -9430200 or 4725616. OLE color: 4725616.

HSL color Cylindrical-coordinate representation of color #701B48: hue angle of 328.24º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #701B48 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB1122772-
CMYK00.760.360.56
HSL328.24º61.15%27.25%-
HSV(B)328.24º75.89%43.92%-
XYZ8.244.76.6-
YUV57.54136.16166.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.08%
GREEN value IS 27 (10.94% from 255) = 12.80%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=53.08%
G=12.80%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112277200.760.360.56328.2461.1527.25
Hex701B4804C24381483d1b
Octal16033110011444705107533
Binary11100001101110010000100110010010011100010100100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701B48; }

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

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

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

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

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

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

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

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