#701B40

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

Shades of Pompadour #701B40

Tints of Pompadour #701B40

Color information

#701B40 (or 0x701B40) is unknown color: approx Pompadour. HEX triplet: 70, 1B and 40. RGB value is (112,27,64). Sum of RGB (Red+Green+Blue) = 112+27+64=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #701B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701B40 is #8FE4BF. Grayscale: #383838. Windows color (decimal): -9430208 or 4201328. OLE color: 4201328.

HSL color Cylindrical-coordinate representation of color #701B40: hue angle of 333.88º 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 #701B40 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1122764-
CMYK00.760.430.56
HSL333.88º61.15%27.25%-
HSV(B)333.88º75.89%43.92%-
XYZ84.65.32-
YUV56.63132.16167.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 27 (10.94% from 255) = 13.30%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=55.17%
G=13.30%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112276400.760.430.56333.8861.1527.25
Hex701B4004C2B3814e3d1b
Octal16033100011453705167533
Binary11100001101110000000100110010101111100010100111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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