#701145

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

Shades of Pompadour #701145

Tints of Pompadour #701145

Color information

#701145 (or 0x701145) is unknown color: approx Pompadour. HEX triplet: 70, 11 and 45. RGB value is (112,17,69). Sum of RGB (Red+Green+Blue) = 112+17+69=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #701145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701145 is #8FEEBA. Grayscale: #333333. Windows color (decimal): -9432763 or 4526448. OLE color: 4526448.

HSL color Cylindrical-coordinate representation of color #701145: hue angle of 327.16º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701145 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1121769-
CMYK00.850.380.56
HSL327.16º73.64%25.29%-
HSV(B)327.16º84.82%43.92%-
XYZ7.964.286.04-
YUV51.33137.97171.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.57%
GREEN value IS 17 (7.03% from 255) = 8.59%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=56.57%
G=8.59%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112176900.850.380.56327.1673.6425.29
Hex70114505526381474a19
Octal160211050125467050711231
Binary111000010001100010101010101100110111000101000111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701145; }

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

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

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

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

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

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

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

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