#701243

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

Shades of Pompadour #701243

Tints of Pompadour #701243

Color information

#701243 (or 0x701243) is unknown color: approx Pompadour. HEX triplet: 70, 12 and 43. RGB value is (112,18,67). Sum of RGB (Red+Green+Blue) = 112+18+67=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #701243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701243 is #8FEDBC. Grayscale: #333333. Windows color (decimal): -9432509 or 4395632. OLE color: 4395632.

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

Color convert

RGB1121867-
CMYK00.840.400.56
HSL328.72º72.31%25.49%-
HSV(B)328.72º83.93%43.92%-
XYZ7.914.285.72-
YUV51.69136.64171.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.85%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 67 (26.56% from 255) = 34.01%
R=56.85%
G=9.14%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112186700.840.400.56328.7272.3125.49
Hex70124305428381494819
Octal160221030124507051111031
Binary111000010010100001101010100101000111000101001001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701243; }

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

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

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

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

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

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

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

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