#611346

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

Shades of Pompadour #611346

Tints of Pompadour #611346

Color information

#611346 (or 0x611346) is unknown color: approx Pompadour. HEX triplet: 61, 13 and 46. RGB value is (97,19,70). Sum of RGB (Red+Green+Blue) = 97+19+70=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #611346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611346 is #9EECB9. Grayscale: #303030. Windows color (decimal): -10415290 or 4592481. OLE color: 4592481.

HSL color Cylindrical-coordinate representation of color #611346: hue angle of 320.77º 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 #611346 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB971970-
CMYK00.800.280.62
HSL320.77º67.24%22.75%-
HSV(B)320.77º80.41%38.04%-
XYZ6.273.456.13-
YUV48.14140.34162.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.15%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 70 (27.73% from 255) = 37.63%
R=52.15%
G=10.22%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97197000.800.280.62320.7767.2422.75
Hex6113460501C3E1414317
Octal141231060120347650110327
Binary11000011001110001100101000011100111110101000001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611346; }

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

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

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

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

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

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

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

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