#70184C

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

Shades of Pompadour #70184C

Tints of Pompadour #70184C

Color information

#70184C (or 0x70184C) is unknown color: approx Pompadour. HEX triplet: 70, 18 and 4C. RGB value is (112,24,76). Sum of RGB (Red+Green+Blue) = 112+24+76=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70184C is #8FE7B3. Grayscale: #383838. Windows color (decimal): -9430964 or 4986992. OLE color: 4986992.

HSL color Cylindrical-coordinate representation of color #70184C: hue angle of 324.55º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70184C is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1122476-
CMYK00.790.320.56
HSL324.55º64.71%26.67%-
HSV(B)324.55º78.57%43.92%-
XYZ8.314.627.29-
YUV56.24139.15167.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=52.83%
G=11.32%
B=35.85%

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
Decimal112247600.790.320.56324.5564.7126.67
Hex70184C04F2038145411b
Octal160301140117407050510133
Binary111000011000100110001001111100000111000101000101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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