#701143

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

Shades of Pompadour #701143

Tints of Pompadour #701143

Color information

#701143 (or 0x701143) is unknown color: approx Pompadour. HEX triplet: 70, 11 and 43. RGB value is (112,17,67). Sum of RGB (Red+Green+Blue) = 112+17+67=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #701143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701143 is #8FEEBC. Grayscale: #333333. Windows color (decimal): -9432765 or 4395376. OLE color: 4395376.

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

Color convert

RGB1121767-
CMYK00.850.400.56
HSL328.42º73.64%25.29%-
HSV(B)328.42º84.82%43.92%-
XYZ7.94.255.71-
YUV51.1136.97171.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.14%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 67 (26.56% from 255) = 34.18%
R=57.14%
G=8.67%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112176700.850.400.56328.4273.6425.29
Hex70114305528381484a19
Octal160211030125507051011231
Binary111000010001100001101010101101000111000101001000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701143; }

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

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

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

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

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

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

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

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