#70174B

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

Shades of Pompadour #70174B

Tints of Pompadour #70174B

Color information

#70174B (or 0x70174B) is unknown color: approx Pompadour. HEX triplet: 70, 17 and 4B. RGB value is (112,23,75). Sum of RGB (Red+Green+Blue) = 112+23+75=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70174B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70174B is #8FE8B4. Grayscale: #373737. Windows color (decimal): -9431221 or 4921200. OLE color: 4921200.

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

Color convert

RGB1122375-
CMYK00.790.330.56
HSL324.94º65.93%26.47%-
HSV(B)324.94º79.46%43.92%-
XYZ8.264.577.1-
YUV55.54138.99168.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 23 (9.38% from 255) = 10.95%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=53.33%
G=10.95%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112237500.790.330.56324.9465.9326.47
Hex70174B04F2138145421a
Octal160271130117417050510232
Binary111000010111100101101001111100001111000101000101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70174B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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