#70143A

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

Shades of Pompadour #70143A

Tints of Pompadour #70143A

Color information

#70143A (or 0x70143A) is unknown color: approx Pompadour. HEX triplet: 70, 14 and 3A. RGB value is (112,20,58). Sum of RGB (Red+Green+Blue) = 112+20+58=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #70143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70143A is #8FEBC5. Grayscale: #333333. Windows color (decimal): -9432006 or 3806320. OLE color: 3806320.

HSL color Cylindrical-coordinate representation of color #70143A: hue angle of 335.22º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70143A is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1122058-
CMYK00.820.480.56
HSL335.22º69.7%25.88%-
HSV(B)335.22º82.14%43.92%-
XYZ7.74.254.42-
YUV51.84131.48170.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.95%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=58.95%
G=10.53%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112205800.820.480.56335.2269.725.88
Hex70143A052303814f461a
Octal16024720122607051710632
Binary11100001010011101001010010110000111000101001111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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