#701743

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

Shades of Pompadour #701743

Tints of Pompadour #701743

Color information

#701743 (or 0x701743) is unknown color: approx Pompadour. HEX triplet: 70, 17 and 43. RGB value is (112,23,67). Sum of RGB (Red+Green+Blue) = 112+23+67=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #701743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701743 is #8FE8BC. Grayscale: #363636. Windows color (decimal): -9431229 or 4396912. OLE color: 4396912.

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

Color convert

RGB1122367-
CMYK00.790.400.56
HSL330.34º65.93%26.47%-
HSV(B)330.34º79.46%43.92%-
XYZ84.465.75-
YUV54.63134.99168.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 23 (9.38% from 255) = 11.39%
BLUE value IS 67 (26.56% from 255) = 33.17%
R=55.45%
G=11.39%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112236700.790.400.56330.3465.9326.47
Hex70174304F283814a421a
Octal160271030117507051210232
Binary111000010111100001101001111101000111000101001010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701743; }

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

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

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

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

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

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

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

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