#701544

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

Shades of Pompadour #701544

Tints of Pompadour #701544

Color information

#701544 (or 0x701544) is unknown color: approx Pompadour. HEX triplet: 70, 15 and 44. RGB value is (112,21,68). Sum of RGB (Red+Green+Blue) = 112+21+68=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #701544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701544 is #8FEABB. Grayscale: #353535. Windows color (decimal): -9431740 or 4461936. OLE color: 4461936.

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

Color convert

RGB1122168-
CMYK00.810.390.56
HSL329.01º68.42%26.08%-
HSV(B)329.01º81.25%43.92%-
XYZ7.994.45.9-
YUV53.57136.15169.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.72%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 68 (26.95% from 255) = 33.83%
R=55.72%
G=10.45%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112216800.810.390.56329.0168.4226.08
Hex7015440512738149441a
Octal160251040121477051110432
Binary111000010101100010001010001100111111000101001001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701544; }

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

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

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

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

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

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

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

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