#701E3E

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

Shades of Pompadour #701E3E

Tints of Pompadour #701E3E

Color information

#701E3E (or 0x701E3E) is unknown color: approx Pompadour. HEX triplet: 70, 1E and 3E. RGB value is (112,30,62). Sum of RGB (Red+Green+Blue) = 112+30+62=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #701E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E3E is #8FE1C1. Grayscale: #3A3A3A. Windows color (decimal): -9429442 or 4071024. OLE color: 4071024.

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

Color convert

RGB1123062-
CMYK00.730.450.56
HSL336.59º57.75%27.84%-
HSV(B)336.59º73.21%43.92%-
XYZ8.024.725.05-
YUV58.17130.17166.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.90%
GREEN value IS 30 (12.11% from 255) = 14.71%
BLUE value IS 62 (24.61% from 255) = 30.39%
R=54.90%
G=14.71%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112306200.730.450.56336.5957.7527.84
Hex701E3E0492D381513a1c
Octal1603676011155705217234
Binary1110000111101111100100100110110111100010101000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701E3E; }

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

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

<style>
 a { background-color: #701E3E; }

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

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

<style>
 span { border-color: #701E3E; }

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

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