#70284a

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

Shades of Pompadour #70284A

Tints of Pompadour #70284A

Color information

#70284A (or 0x70284A) is unknown color: approx Pompadour. HEX triplet: 70, 28 and 4A. RGB value is (112,40,74). Sum of RGB (Red+Green+Blue) = 112+40+74=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70284A is #8FD7B5. Grayscale: #414141. Windows color (decimal): -9426870 or 4860016. OLE color: 4860016.

HSL color Cylindrical-coordinate representation of color #70284A: hue angle of 331.67º 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 #70284A is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1124074-
CMYK00.640.340.56
HSL331.67º47.37%29.8%-
HSV(B)331.67º64.29%43.92%-
XYZ8.685.467.07-
YUV65.4132.85161.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=49.56%
G=17.70%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112407400.640.340.56331.6747.3729.8
Hex70284A040223814c2f1e
Octal16050112010042705145736
Binary111000010100010010100100000010001011100010100110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70284a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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