#70203E

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

Shades of Pompadour #70203E

Tints of Pompadour #70203E

Color information

#70203E (or 0x70203E) is unknown color: approx Pompadour. HEX triplet: 70, 20 and 3E. RGB value is (112,32,62). Sum of RGB (Red+Green+Blue) = 112+32+62=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70203E is #8FDFC1. Grayscale: #3B3B3B. Windows color (decimal): -9428930 or 4071536. OLE color: 4071536.

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

Color convert

RGB1123262-
CMYK00.710.450.56
HSL337.5º55.56%28.24%-
HSV(B)337.5º71.43%43.92%-
XYZ8.074.835.06-
YUV59.34129.5165.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 62 (24.61% from 255) = 30.10%
R=54.37%
G=15.53%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112326200.710.450.56337.555.5628.24
Hex70203E0472D38152381c
Octal1604076010755705227034
Binary11100001000001111100100011110110111100010101001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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