#70133A

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

Shades of Pompadour #70133A

Tints of Pompadour #70133A

Color information

#70133A (or 0x70133A) is unknown color: approx Pompadour. HEX triplet: 70, 13 and 3A. RGB value is (112,19,58). Sum of RGB (Red+Green+Blue) = 112+19+58=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #70133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70133A is #8FECC5. Grayscale: #333333. Windows color (decimal): -9432262 or 3806064. OLE color: 3806064.

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

Color convert

RGB1121958-
CMYK00.830.480.56
HSL334.84º70.99%25.69%-
HSV(B)334.84º83.04%43.92%-
XYZ7.684.224.41-
YUV51.25131.81171.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.26%
GREEN value IS 19 (7.81% from 255) = 10.05%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=59.26%
G=10.05%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112195800.830.480.56334.8470.9925.69
Hex70133A053303814f471a
Octal16023720123607051710732
Binary11100001001111101001010011110000111000101001111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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