#70163E

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

Shades of Pompadour #70163E

Tints of Pompadour #70163E

Color information

#70163E (or 0x70163E) is unknown color: approx Pompadour. HEX triplet: 70, 16 and 3E. RGB value is (112,22,62). Sum of RGB (Red+Green+Blue) = 112+22+62=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #70163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70163E is #8FE9C1. Grayscale: #353535. Windows color (decimal): -9431490 or 4068976. OLE color: 4068976.

HSL color Cylindrical-coordinate representation of color #70163E: hue angle of 333.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70163E is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1122262-
CMYK00.800.450.56
HSL333.33º67.16%26.27%-
HSV(B)333.33º80.36%43.92%-
XYZ7.844.374.99-
YUV53.47132.82169.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.14%
GREEN value IS 22 (8.98% from 255) = 11.22%
BLUE value IS 62 (24.61% from 255) = 31.63%
R=57.14%
G=11.22%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112226200.800.450.56333.3367.1626.27
Hex70163E0502D3814d431a
Octal16026760120557051510332
Binary11100001011011111001010000101101111000101001101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70163E; }

 p { color: rgb(112,22,62); }

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

<style>
 a { background-color: #70163E; }

 a { background-color: rgb(112,22,62); }

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

<style>
 span { border-color: #70163E; }

 span { border-color: rgb(112,22,62); }

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