#70264E

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

Shades of Pompadour #70264E

Tints of Pompadour #70264E

Color information

#70264E (or 0x70264E) is unknown color: approx Pompadour. HEX triplet: 70, 26 and 4E. RGB value is (112,38,78). Sum of RGB (Red+Green+Blue) = 112+38+78=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70264E is #8FD9B1. Grayscale: #404040. Windows color (decimal): -9427378 or 5121648. OLE color: 5121648.

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

Color convert

RGB1123878-
CMYK00.660.300.56
HSL327.57º49.33%29.41%-
HSV(B)327.57º66.07%43.92%-
XYZ8.755.387.79-
YUV64.69135.52161.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=49.12%
G=16.67%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112387800.660.300.56327.5749.3329.41
Hex70264E0421E38148311d
Octal16046116010236705106135
Binary11100001001101001110010000101111011100010100100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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