#701043

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

Shades of Pompadour #701043

Tints of Pompadour #701043

Color information

#701043 (or 0x701043) is unknown color: approx Pompadour. HEX triplet: 70, 10 and 43. RGB value is (112,16,67). Sum of RGB (Red+Green+Blue) = 112+16+67=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #701043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701043 is #8FEFBC. Grayscale: #323232. Windows color (decimal): -9433021 or 4395120. OLE color: 4395120.

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

Color convert

RGB1121667-
CMYK00.860.400.56
HSL328.12º75%25.1%-
HSV(B)328.12º85.71%43.92%-
XYZ7.884.225.71-
YUV50.52137.3171.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.44%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 67 (26.56% from 255) = 34.36%
R=57.44%
G=8.21%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112166700.860.400.56328.127525.1
Hex70104305628381484b19
Octal160201030126507051011331
Binary111000010000100001101010110101000111000101001000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701043; }

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

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

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

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

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

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

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

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