#611A3A

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

Shades of Pompadour #611A3A

Tints of Pompadour #611A3A

Color information

#611A3A (or 0x611A3A) is unknown color: approx Pompadour. HEX triplet: 61, 1A and 3A. RGB value is (97,26,58). Sum of RGB (Red+Green+Blue) = 97+26+58=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #611A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A3A is #9EE5C5. Grayscale: #323232. Windows color (decimal): -10413510 or 3807841. OLE color: 3807841.

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

Color convert

RGB972658-
CMYK00.730.400.62
HSL332.96º57.72%24.12%-
HSV(B)332.96º73.2%38.04%-
XYZ6.063.594.38-
YUV50.88132.02160.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 26 (10.55% from 255) = 14.36%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=53.59%
G=14.36%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97265800.730.400.62332.9657.7224.12
Hex611A3A049283E14d3a18
Octal1413272011150765157230
Binary1100001110101110100100100110100011111010100110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611A3A; }

 p { color: rgb(97,26,58); }

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

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

 a { background-color: rgb(97,26,58); }

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

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

 span { border-color: rgb(97,26,58); }

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