#701539

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

Shades of Pompadour #701539

Tints of Pompadour #701539

Color information

#701539 (or 0x701539) is unknown color: approx Pompadour. HEX triplet: 70, 15 and 39. RGB value is (112,21,57). Sum of RGB (Red+Green+Blue) = 112+21+57=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #701539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701539 is #8FEAC6. Grayscale: #343434. Windows color (decimal): -9431751 or 3741040. OLE color: 3741040.

HSL color Cylindrical-coordinate representation of color #701539: hue angle of 336.26º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701539 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1122157-
CMYK00.810.490.56
HSL336.26º68.42%26.08%-
HSV(B)336.26º81.25%43.92%-
XYZ7.694.284.29-
YUV52.31130.65170.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.95%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 57 (22.66% from 255) = 30%
R=58.95%
G=11.05%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112215700.810.490.56336.2668.4226.08
Hex7015390513138150441a
Octal16025710121617052010432
Binary11100001010111100101010001110001111000101010000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701539; }

 p { color: rgb(112,21,57); }

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

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

 a { background-color: rgb(112,21,57); }

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

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

 span { border-color: rgb(112,21,57); }

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