#701543

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

Shades of Pompadour #701543

Tints of Pompadour #701543

Color information

#701543 (or 0x701543) is unknown color: approx Pompadour. HEX triplet: 70, 15 and 43. RGB value is (112,21,67). Sum of RGB (Red+Green+Blue) = 112+21+67=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #701543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701543 is #8FEABC. Grayscale: #353535. Windows color (decimal): -9431741 or 4396400. OLE color: 4396400.

HSL color Cylindrical-coordinate representation of color #701543: hue angle of 329.67º 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 #701543 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1122167-
CMYK00.810.400.56
HSL329.67º68.42%26.08%-
HSV(B)329.67º81.25%43.92%-
XYZ7.964.395.74-
YUV53.45135.65169.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 67 (26.56% from 255) = 33.5%
R=56%
G=10.5%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112216700.810.400.56329.6768.4226.08
Hex701543051283814a441a
Octal160251030121507051210432
Binary111000010101100001101010001101000111000101001010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701543; }

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

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

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

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

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

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

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

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