#70244E

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

Shades of Pompadour #70244E

Tints of Pompadour #70244E

Color information

#70244E (or 0x70244E) is unknown color: approx Pompadour. HEX triplet: 70, 24 and 4E. RGB value is (112,36,78). Sum of RGB (Red+Green+Blue) = 112+36+78=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70244E is #8FDBB1. Grayscale: #3F3F3F. Windows color (decimal): -9427890 or 5121136. OLE color: 5121136.

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

Color convert

RGB1123678-
CMYK00.680.300.56
HSL326.84º51.35%29.02%-
HSV(B)326.84º67.86%43.92%-
XYZ8.695.267.76-
YUV63.51136.18162.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 36 (14.45% from 255) = 15.93%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=49.56%
G=15.93%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112367800.680.300.56326.8451.3529.02
Hex70244E0441E38147331d
Octal16044116010436705076335
Binary11100001001001001110010001001111011100010100011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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