#701443

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

Shades of Pompadour #701443

Tints of Pompadour #701443

Color information

#701443 (or 0x701443) is unknown color: approx Pompadour. HEX triplet: 70, 14 and 43. RGB value is (112,20,67). Sum of RGB (Red+Green+Blue) = 112+20+67=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #701443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701443 is #8FEBBC. Grayscale: #343434. Windows color (decimal): -9431997 or 4396144. OLE color: 4396144.

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

Color convert

RGB1122067-
CMYK00.820.400.56
HSL329.35º69.7%25.88%-
HSV(B)329.35º82.14%43.92%-
XYZ7.954.355.73-
YUV52.87135.98170.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 20 (8.20% from 255) = 10.05%
BLUE value IS 67 (26.56% from 255) = 33.67%
R=56.28%
G=10.05%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112206700.820.400.56329.3569.725.88
Hex7014430522838149461a
Octal160241030122507051110632
Binary111000010100100001101010010101000111000101001001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701443; }

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

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

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

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

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

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

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

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