#711E3F

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

Shades of Pompadour #711E3F

Tints of Pompadour #711E3F

Color information

#711E3F (or 0x711E3F) is unknown color: approx Pompadour. HEX triplet: 71, 1E and 3F. RGB value is (113,30,63). Sum of RGB (Red+Green+Blue) = 113+30+63=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #711E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711E3F is #8EE1C0. Grayscale: #3A3A3A. Windows color (decimal): -9363905 or 4136561. OLE color: 4136561.

HSL color Cylindrical-coordinate representation of color #711E3F: hue angle of 336.14º 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 #711E3F is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB1133063-
CMYK00.730.440.56
HSL336.14º58.04%28.04%-
HSV(B)336.14º73.45%44.31%-
XYZ8.174.85.2-
YUV58.58130.5166.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.85%
GREEN value IS 30 (12.11% from 255) = 14.56%
BLUE value IS 63 (25% from 255) = 30.58%
R=54.85%
G=14.56%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113306300.730.440.56336.1458.0428.04
Hex711E3F0492C381503a1c
Octal1613677011154705207234
Binary1110001111101111110100100110110011100010101000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711E3F; }

 p { color: rgb(113,30,63); }

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

<style>
 a { background-color: #711E3F; }

 a { background-color: rgb(113,30,63); }

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

<style>
 span { border-color: #711E3F; }

 span { border-color: rgb(113,30,63); }

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