#70284E

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

Shades of Pompadour #70284E

Tints of Pompadour #70284E

Color information

#70284E (or 0x70284E) is unknown color: approx Pompadour. HEX triplet: 70, 28 and 4E. RGB value is (112,40,78). Sum of RGB (Red+Green+Blue) = 112+40+78=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70284E is #8FD7B1. Grayscale: #414141. Windows color (decimal): -9426866 or 5122160. OLE color: 5122160.

HSL color Cylindrical-coordinate representation of color #70284E: hue angle of 328.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70284E is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1124078-
CMYK00.640.300.56
HSL328.33º47.37%29.8%-
HSV(B)328.33º64.29%43.92%-
XYZ8.825.517.81-
YUV65.86134.85160.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 78 (30.86% from 255) = 33.91%
R=48.70%
G=17.39%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112407800.640.300.56328.3347.3729.8
Hex70284E0401E381482f1e
Octal16050116010036705105736
Binary11100001010001001110010000001111011100010100100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70284E; }

 p { color: rgb(112,40,78); }

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

<style>
 a { background-color: #70284E; }

 a { background-color: rgb(112,40,78); }

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

<style>
 span { border-color: #70284E; }

 span { border-color: rgb(112,40,78); }

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