#70264A

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

Shades of Pompadour #70264A

Tints of Pompadour #70264A

Color information

#70264A (or 0x70264A) is unknown color: approx Pompadour. HEX triplet: 70, 26 and 4A. RGB value is (112,38,74). Sum of RGB (Red+Green+Blue) = 112+38+74=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70264A is #8FD9B5. Grayscale: #404040. Windows color (decimal): -9427382 or 4859504. OLE color: 4859504.

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

Color convert

RGB1123874-
CMYK00.660.340.56
HSL330.81º49.33%29.41%-
HSV(B)330.81º66.07%43.92%-
XYZ8.615.337.05-
YUV64.23133.52162.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 16.96%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=50%
G=16.96%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112387400.660.340.56330.8149.3329.41
Hex70264A042223814b311d
Octal16046112010242705136135
Binary111000010011010010100100001010001011100010100101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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