#70173e

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

Shades of Pompadour #70173E

Tints of Pompadour #70173E

Color information

#70173E (or 0x70173E) is unknown color: approx Pompadour. HEX triplet: 70, 17 and 3E. RGB value is (112,23,62). Sum of RGB (Red+Green+Blue) = 112+23+62=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #70173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70173E is #8FE8C1. Grayscale: #353535. Windows color (decimal): -9431234 or 4069232. OLE color: 4069232.

HSL color Cylindrical-coordinate representation of color #70173E: hue angle of 333.71º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70173E is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1122362-
CMYK00.790.450.56
HSL333.71º65.93%26.47%-
HSV(B)333.71º79.46%43.92%-
XYZ7.864.414.99-
YUV54.06132.49169.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.85%
GREEN value IS 23 (9.38% from 255) = 11.68%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=56.85%
G=11.68%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112236200.790.450.56333.7165.9326.47
Hex70173E04F2D3814e421a
Octal16027760117557051610232
Binary11100001011111111001001111101101111000101001110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70173e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70173e; }

 p { color: rgb(112,23,62); }

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

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

 a { background-color: rgb(112,23,62); }

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

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

 span { border-color: rgb(112,23,62); }

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