#701245

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

Shades of Pompadour #701245

Tints of Pompadour #701245

Color information

#701245 (or 0x701245) is unknown color: approx Pompadour. HEX triplet: 70, 12 and 45. RGB value is (112,18,69). Sum of RGB (Red+Green+Blue) = 112+18+69=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #701245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701245 is #8FEDBA. Grayscale: #333333. Windows color (decimal): -9432507 or 4526704. OLE color: 4526704.

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

Color convert

RGB1121869-
CMYK00.840.380.56
HSL327.45º72.31%25.49%-
HSV(B)327.45º83.93%43.92%-
XYZ7.974.316.04-
YUV51.92137.64170.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 69 (27.34% from 255) = 34.67%
R=56.28%
G=9.05%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112186900.840.380.56327.4572.3125.49
Hex70124505426381474819
Octal160221050124467050711031
Binary111000010010100010101010100100110111000101000111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701245; }

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

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

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

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

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

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

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

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