#611A45

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

Shades of Pompadour #611A45

Tints of Pompadour #611A45

Color information

#611A45 (or 0x611A45) is unknown color: approx Pompadour. HEX triplet: 61, 1A and 45. RGB value is (97,26,69). Sum of RGB (Red+Green+Blue) = 97+26+69=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #611A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A45 is #9EE5BA. Grayscale: #343434. Windows color (decimal): -10413499 or 4528737. OLE color: 4528737.

HSL color Cylindrical-coordinate representation of color #611A45: hue angle of 323.66º 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 #611A45 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB972669-
CMYK00.730.290.62
HSL323.66º57.72%24.12%-
HSV(B)323.66º73.2%38.04%-
XYZ6.373.716.01-
YUV52.13137.52160-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 26 (10.55% from 255) = 13.54%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=50.52%
G=13.54%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97266900.730.290.62323.6657.7224.12
Hex611A450491D3E1443a18
Octal14132105011135765047230
Binary1100001110101000101010010011110111111010100010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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