#701344

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

Shades of Pompadour #701344

Tints of Pompadour #701344

Color information

#701344 (or 0x701344) is unknown color: approx Pompadour. HEX triplet: 70, 13 and 44. RGB value is (112,19,68). Sum of RGB (Red+Green+Blue) = 112+19+68=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #701344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701344 is #8FECBB. Grayscale: #343434. Windows color (decimal): -9432252 or 4461424. OLE color: 4461424.

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

Color convert

RGB1121968-
CMYK00.830.390.56
HSL328.39º70.99%25.69%-
HSV(B)328.39º83.04%43.92%-
XYZ7.964.335.88-
YUV52.39136.81170.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 68 (26.95% from 255) = 34.17%
R=56.28%
G=9.55%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112196800.830.390.56328.3970.9925.69
Hex7013440532738148471a
Octal160231040123477051010732
Binary111000010011100010001010011100111111000101001000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701344; }

 p { color: rgb(112,19,68); }

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

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

 a { background-color: rgb(112,19,68); }

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

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

 span { border-color: rgb(112,19,68); }

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