#611339

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

Shades of Pompadour #611339

Tints of Pompadour #611339

Color information

#611339 (or 0x611339) is unknown color: approx Pompadour. HEX triplet: 61, 13 and 39. RGB value is (97,19,57). Sum of RGB (Red+Green+Blue) = 97+19+57=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #611339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611339 is #9EECC6. Grayscale: #2E2E2E. Windows color (decimal): -10415303 or 3740513. OLE color: 3740513.

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

Color convert

RGB971957-
CMYK00.800.410.62
HSL330.77º67.24%22.75%-
HSV(B)330.77º80.41%38.04%-
XYZ5.93.34.2-
YUV46.65133.84163.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 57 (22.66% from 255) = 32.95%
R=56.07%
G=10.98%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97195700.800.410.62330.7767.2422.75
Hex611339050293E14b4317
Octal14123710120517651310327
Binary11000011001111100101010000101001111110101001011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611339; }

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

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

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

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

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

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

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

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