#70123A

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

Shades of Pompadour #70123A

Tints of Pompadour #70123A

Color information

#70123A (or 0x70123A) is unknown color: approx Pompadour. HEX triplet: 70, 12 and 3A. RGB value is (112,18,58). Sum of RGB (Red+Green+Blue) = 112+18+58=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #70123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70123A is #8FEDC5. Grayscale: #323232. Windows color (decimal): -9432518 or 3805808. OLE color: 3805808.

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

Color convert

RGB1121858-
CMYK00.840.480.56
HSL334.47º72.31%25.49%-
HSV(B)334.47º83.93%43.92%-
XYZ7.664.184.41-
YUV50.67132.14171.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.57%
GREEN value IS 18 (7.42% from 255) = 9.57%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=59.57%
G=9.57%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112185800.840.480.56334.4772.3125.49
Hex70123A054303814e4819
Octal16022720124607051611031
Binary11100001001011101001010100110000111000101001110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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