#70254F

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

Shades of Pompadour #70254F

Tints of Pompadour #70254F

Color information

#70254F (or 0x70254F) is unknown color: approx Pompadour. HEX triplet: 70, 25 and 4F. RGB value is (112,37,79). Sum of RGB (Red+Green+Blue) = 112+37+79=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70254F is #8FDAB0. Grayscale: #404040. Windows color (decimal): -9427633 or 5186928. OLE color: 5186928.

HSL color Cylindrical-coordinate representation of color #70254F: hue angle of 326.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70254F is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1123779-
CMYK00.670.290.56
HSL326.4º50.34%29.22%-
HSV(B)326.4º66.96%43.92%-
XYZ8.755.337.96-
YUV64.21136.35162.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 37 (14.84% from 255) = 16.23%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=49.12%
G=16.23%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112377900.670.290.56326.450.3429.22
Hex70254F0431D38146321d
Octal16045117010335705066235
Binary11100001001011001111010000111110111100010100011011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70254F; }

 p { color: rgb(112,37,79); }

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

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

 a { background-color: rgb(112,37,79); }

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

<style>
 span { border-color: #70254F; }

 span { border-color: rgb(112,37,79); }

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