#701C41

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

Shades of Pompadour #701C41

Tints of Pompadour #701C41

Color information

#701C41 (or 0x701C41) is unknown color: approx Pompadour. HEX triplet: 70, 1C and 41. RGB value is (112,28,65). Sum of RGB (Red+Green+Blue) = 112+28+65=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #701C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C41 is #8FE3BE. Grayscale: #393939. Windows color (decimal): -9429951 or 4267120. OLE color: 4267120.

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

Color convert

RGB1122865-
CMYK00.750.420.56
HSL333.57º60%27.45%-
HSV(B)333.57º75%43.92%-
XYZ8.054.665.48-
YUV57.33132.33166.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.63%
GREEN value IS 28 (11.33% from 255) = 13.66%
BLUE value IS 65 (25.78% from 255) = 31.71%
R=54.63%
G=13.66%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112286500.750.420.56333.576027.45
Hex701C4104B2A3814e3c1b
Octal16034101011352705167433
Binary11100001110010000010100101110101011100010100111011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,28,65); }

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

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

 a { background-color: rgb(112,28,65); }

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

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

 span { border-color: rgb(112,28,65); }

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