#70104B

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

Shades of Pompadour #70104B

Tints of Pompadour #70104B

Color information

#70104B (or 0x70104B) is unknown color: approx Pompadour. HEX triplet: 70, 10 and 4B. RGB value is (112,16,75). Sum of RGB (Red+Green+Blue) = 112+16+75=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #70104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70104B is #8FEFB4. Grayscale: #333333. Windows color (decimal): -9433013 or 4919408. OLE color: 4919408.

HSL color Cylindrical-coordinate representation of color #70104B: hue angle of 323.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70104B is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1121675-
CMYK00.860.330.56
HSL323.12º75%25.1%-
HSV(B)323.12º85.71%43.92%-
XYZ8.144.327.06-
YUV51.43141.3171.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=55.17%
G=7.88%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112167500.860.330.56323.127525.1
Hex70104B05621381434b19
Octal160201130126417050311331
Binary111000010000100101101010110100001111000101000011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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