#70174D

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

Shades of Pompadour #70174D

Tints of Pompadour #70174D

Color information

#70174D (or 0x70174D) is unknown color: approx Pompadour. HEX triplet: 70, 17 and 4D. RGB value is (112,23,77). Sum of RGB (Red+Green+Blue) = 112+23+77=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70174D is #8FE8B2. Grayscale: #373737. Windows color (decimal): -9431219 or 5052272. OLE color: 5052272.

HSL color Cylindrical-coordinate representation of color #70174D: hue angle of 323.6º 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 #70174D is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1122377-
CMYK00.790.310.56
HSL323.6º65.93%26.47%-
HSV(B)323.6º79.46%43.92%-
XYZ8.334.597.47-
YUV55.77139.99168.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 23 (9.38% from 255) = 10.85%
BLUE value IS 77 (30.47% from 255) = 36.32%
R=52.83%
G=10.85%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112237700.790.310.56323.665.9326.47
Hex70174D04F1F38144421a
Octal160271150117377050410232
Binary11100001011110011010100111111111111000101000100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70174D; }

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

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

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

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

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

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

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

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