#70193C

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

Shades of Pompadour #70193C

Tints of Pompadour #70193C

Color information

#70193C (or 0x70193C) is unknown color: approx Pompadour. HEX triplet: 70, 19 and 3C. RGB value is (112,25,60). Sum of RGB (Red+Green+Blue) = 112+25+60=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #70193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70193C is #8FE6C3. Grayscale: #363636. Windows color (decimal): -9430724 or 3938672. OLE color: 3938672.

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

Color convert

RGB1122560-
CMYK00.780.460.56
HSL335.86º63.5%26.86%-
HSV(B)335.86º77.68%43.92%-
XYZ7.854.474.72-
YUV55130.82168.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.85%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=56.85%
G=12.69%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112256000.780.460.56335.8663.526.86
Hex70193C04E2E38150401b
Octal16031740116567052010033
Binary11100001100111110001001110101110111000101010000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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