#701C4B

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

Shades of Pompadour #701C4B

Tints of Pompadour #701C4B

Color information

#701C4B (or 0x701C4B) is unknown color: approx Pompadour. HEX triplet: 70, 1C and 4B. RGB value is (112,28,75). Sum of RGB (Red+Green+Blue) = 112+28+75=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #701C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C4B is #8FE3B4. Grayscale: #3A3A3A. Windows color (decimal): -9429941 or 4922480. OLE color: 4922480.

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

Color convert

RGB1122875-
CMYK00.750.330.56
HSL326.43º60%27.45%-
HSV(B)326.43º75%43.92%-
XYZ8.374.787.14-
YUV58.47137.33166.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=52.09%
G=13.02%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112287500.750.330.56326.436027.45
Hex701C4B04B21381463c1b
Octal16034113011341705067433
Binary11100001110010010110100101110000111100010100011011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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