#70123C

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

Shades of Pompadour #70123C

Tints of Pompadour #70123C

Color information

#70123C (or 0x70123C) is unknown color: approx Pompadour. HEX triplet: 70, 12 and 3C. RGB value is (112,18,60). Sum of RGB (Red+Green+Blue) = 112+18+60=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #70123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70123C is #8FEDC3. Grayscale: #323232. Windows color (decimal): -9432516 or 3936880. OLE color: 3936880.

HSL color Cylindrical-coordinate representation of color #70123C: hue angle of 333.19º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70123C is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1121860-
CMYK00.840.460.56
HSL333.19º72.31%25.49%-
HSV(B)333.19º83.93%43.92%-
XYZ7.714.24.68-
YUV50.89133.14171.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.95%
GREEN value IS 18 (7.42% from 255) = 9.47%
BLUE value IS 60 (23.83% from 255) = 31.58%
R=58.95%
G=9.47%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112186000.840.460.56333.1972.3125.49
Hex70123C0542E3814d4819
Octal16022740124567051511031
Binary11100001001011110001010100101110111000101001101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70123C; }

 p { color: rgb(112,18,60); }

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

<style>
 a { background-color: #70123C; }

 a { background-color: rgb(112,18,60); }

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

<style>
 span { border-color: #70123C; }

 span { border-color: rgb(112,18,60); }

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