#70174C

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

Shades of Pompadour #70174C

Tints of Pompadour #70174C

Color information

#70174C (or 0x70174C) is unknown color: approx Pompadour. HEX triplet: 70, 17 and 4C. RGB value is (112,23,76). Sum of RGB (Red+Green+Blue) = 112+23+76=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #70174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70174C is #8FE8B3. Grayscale: #373737. Windows color (decimal): -9431220 or 4986736. OLE color: 4986736.

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

Color convert

RGB1122376-
CMYK00.790.320.56
HSL324.27º65.93%26.47%-
HSV(B)324.27º79.46%43.92%-
XYZ8.294.587.28-
YUV55.65139.49168.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.08%
GREEN value IS 23 (9.38% from 255) = 10.90%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=53.08%
G=10.90%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112237600.790.320.56324.2765.9326.47
Hex70174C04F2038144421a
Octal160271140117407050410232
Binary111000010111100110001001111100000111000101000100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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