#70114B

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

Shades of Pompadour #70114B

Tints of Pompadour #70114B

Color information

#70114B (or 0x70114B) is unknown color: approx Pompadour. HEX triplet: 70, 11 and 4B. RGB value is (112,17,75). Sum of RGB (Red+Green+Blue) = 112+17+75=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #70114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70114B is #8FEEB4. Grayscale: #333333. Windows color (decimal): -9432757 or 4919664. OLE color: 4919664.

HSL color Cylindrical-coordinate representation of color #70114B: hue angle of 323.37º 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 #70114B is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1121775-
CMYK00.850.330.56
HSL323.37º73.64%25.29%-
HSV(B)323.37º84.82%43.92%-
XYZ8.154.357.07-
YUV52.02140.97170.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.90%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=54.90%
G=8.33%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112177500.850.330.56323.3773.6425.29
Hex70114B05521381434a19
Octal160211130125417050311231
Binary111000010001100101101010101100001111000101000011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70114B; }

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

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

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

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

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

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

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

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