#611747

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

Shades of Pompadour #611747

Tints of Pompadour #611747

Color information

#611747 (or 0x611747) is unknown color: approx Pompadour. HEX triplet: 61, 17 and 47. RGB value is (97,23,71). Sum of RGB (Red+Green+Blue) = 97+23+71=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #611747 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611747 is #9EE8B8. Grayscale: #323232. Windows color (decimal): -10414265 or 4659041. OLE color: 4659041.

HSL color Cylindrical-coordinate representation of color #611747: hue angle of 321.08º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #611747 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB972371-
CMYK00.760.270.62
HSL321.08º61.67%23.53%-
HSV(B)321.08º76.29%38.04%-
XYZ6.373.616.32-
YUV50.6139.52161.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 23 (9.38% from 255) = 12.04%
BLUE value IS 71 (28.12% from 255) = 37.17%
R=50.79%
G=12.04%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97237100.760.270.62321.0861.6723.53
Hex61174704C1B3E1413e18
Octal14127107011433765017630
Binary1100001101111000111010011001101111111010100000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611747; }

 p { color: rgb(97,23,71); }

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

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

 a { background-color: rgb(97,23,71); }

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

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

 span { border-color: rgb(97,23,71); }

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