#711C3D

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

Shades of Pompadour #711C3D

Tints of Pompadour #711C3D

Color information

#711C3D (or 0x711C3D) is unknown color: approx Pompadour. HEX triplet: 71, 1C and 3D. RGB value is (113,28,61). Sum of RGB (Red+Green+Blue) = 113+28+61=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #711C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C3D is #8EE3C2. Grayscale: #393939. Windows color (decimal): -9364419 or 4004977. OLE color: 4004977.

HSL color Cylindrical-coordinate representation of color #711C3D: hue angle of 336.71º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C3D is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1132861-
CMYK00.750.460.56
HSL336.71º60.28%27.65%-
HSV(B)336.71º75.22%44.31%-
XYZ8.074.684.89-
YUV57.18130.16167.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.94%
GREEN value IS 28 (11.33% from 255) = 13.86%
BLUE value IS 61 (24.22% from 255) = 30.20%
R=55.94%
G=13.86%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113286100.750.460.56336.7160.2827.65
Hex711C3D04B2E381513c1c
Octal1613475011356705217434
Binary1110001111001111010100101110111011100010101000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,28,61); }

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

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

 a { background-color: rgb(113,28,61); }

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

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

 span { border-color: rgb(113,28,61); }

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