#70213F

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

Shades of Pompadour #70213F

Tints of Pompadour #70213F

Color information

#70213F (or 0x70213F) is unknown color: approx Pompadour. HEX triplet: 70, 21 and 3F. RGB value is (112,33,63). Sum of RGB (Red+Green+Blue) = 112+33+63=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70213F is #8FDEC0. Grayscale: #3C3C3C. Windows color (decimal): -9428673 or 4137328. OLE color: 4137328.

HSL color Cylindrical-coordinate representation of color #70213F: hue angle of 337.22º degrees, saturation: 0.54, 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 #70213F is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB1123363-
CMYK00.710.440.56
HSL337.22º54.48%28.43%-
HSV(B)337.22º70.54%43.92%-
XYZ8.124.895.22-
YUV60.04129.67165.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 63 (25% from 255) = 30.29%
R=53.85%
G=15.87%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112336300.710.440.56337.2254.4828.43
Hex70213F0472C38151361c
Octal1604177010754705216634
Binary11100001000011111110100011110110011100010101000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70213F; }

 p { color: rgb(112,33,63); }

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

<style>
 a { background-color: #70213F; }

 a { background-color: rgb(112,33,63); }

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

<style>
 span { border-color: #70213F; }

 span { border-color: rgb(112,33,63); }

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