#70114A

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

Shades of Pompadour #70114A

Tints of Pompadour #70114A

Color information

#70114A (or 0x70114A) is unknown color: approx Pompadour. HEX triplet: 70, 11 and 4A. RGB value is (112,17,74). Sum of RGB (Red+Green+Blue) = 112+17+74=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #70114A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70114A is #8FEEB5. Grayscale: #333333. Windows color (decimal): -9432758 or 4854128. OLE color: 4854128.

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

Color convert

RGB1121774-
CMYK00.850.340.56
HSL324º73.64%25.29%-
HSV(B)324º84.82%43.92%-
XYZ8.124.346.89-
YUV51.9140.47170.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=55.17%
G=8.37%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112177400.850.340.5632473.6425.29
Hex70114A05522381444a19
Octal160211120125427050411231
Binary111000010001100101001010101100010111000101000100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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