#701545

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

Shades of Pompadour #701545

Tints of Pompadour #701545

Color information

#701545 (or 0x701545) is unknown color: approx Pompadour. HEX triplet: 70, 15 and 45. RGB value is (112,21,69). Sum of RGB (Red+Green+Blue) = 112+21+69=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #701545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701545 is #8FEABA. Grayscale: #353535. Windows color (decimal): -9431739 or 4527472. OLE color: 4527472.

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

Color convert

RGB1122169-
CMYK00.810.380.56
HSL328.35º68.42%26.08%-
HSV(B)328.35º81.25%43.92%-
XYZ8.024.416.06-
YUV53.68136.65169.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 21 (8.59% from 255) = 10.40%
BLUE value IS 69 (27.34% from 255) = 34.16%
R=55.45%
G=10.40%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112216900.810.380.56328.3568.4226.08
Hex7015450512638148441a
Octal160251050121467051010432
Binary111000010101100010101010001100110111000101001000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701545; }

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

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

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

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

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

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

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

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