#70234A

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

Shades of Pompadour #70234A

Tints of Pompadour #70234A

Color information

#70234A (or 0x70234A) is unknown color: approx Pompadour. HEX triplet: 70, 23 and 4A. RGB value is (112,35,74). Sum of RGB (Red+Green+Blue) = 112+35+74=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70234A is #8FDCB5. Grayscale: #3E3E3E. Windows color (decimal): -9428150 or 4858736. OLE color: 4858736.

HSL color Cylindrical-coordinate representation of color #70234A: hue angle of 329.61º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70234A is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1123574-
CMYK00.690.340.56
HSL329.61º52.38%28.82%-
HSV(B)329.61º68.75%43.92%-
XYZ8.525.147.02-
YUV62.47134.51163.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 35 (14.06% from 255) = 15.84%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=50.68%
G=15.84%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112357400.690.340.56329.6152.3828.82
Hex70234A045223814a341d
Octal16043112010542705126435
Binary111000010001110010100100010110001011100010100101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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