#611347

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

Shades of Pompadour #611347

Tints of Pompadour #611347

Color information

#611347 (or 0x611347) is unknown color: approx Pompadour. HEX triplet: 61, 13 and 47. RGB value is (97,19,71). Sum of RGB (Red+Green+Blue) = 97+19+71=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #611347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611347 is #9EECB8. Grayscale: #303030. Windows color (decimal): -10415289 or 4658017. OLE color: 4658017.

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

Color convert

RGB971971-
CMYK00.800.270.62
HSL320º67.24%22.75%-
HSV(B)320º80.41%38.04%-
XYZ6.33.466.3-
YUV48.25140.84162.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 19 (7.81% from 255) = 10.16%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=51.87%
G=10.16%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97197100.800.270.6232067.2422.75
Hex6113470501B3E1404317
Octal141231070120337650010327
Binary11000011001110001110101000011011111110101000000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611347; }

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

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

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

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

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

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

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

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