#712146

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

Shades of Pompadour #712146

Tints of Pompadour #712146

Color information

#712146 (or 0x712146) is unknown color: approx Pompadour. HEX triplet: 71, 21 and 46. RGB value is (113,33,70). Sum of RGB (Red+Green+Blue) = 113+33+70=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #712146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712146 is #8EDEB9. Grayscale: #3D3D3D. Windows color (decimal): -9363130 or 4596081. OLE color: 4596081.

HSL color Cylindrical-coordinate representation of color #712146: hue angle of 332.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712146 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1133370-
CMYK00.710.380.56
HSL332.25º54.79%28.63%-
HSV(B)332.25º70.8%44.31%-
XYZ8.465.046.32-
YUV61.14133164.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.31%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 70 (27.73% from 255) = 32.41%
R=52.31%
G=15.28%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113337000.710.380.56332.2554.7928.63
Hex712146047263814c371d
Octal16141106010746705146735
Binary111000110000110001100100011110011011100010100110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712146; }

 p { color: rgb(113,33,70); }

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

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

 a { background-color: rgb(113,33,70); }

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

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

 span { border-color: rgb(113,33,70); }

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