#611C4D

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

Shades of Pompadour #611C4D

Tints of Pompadour #611C4D

Color information

#611C4D (or 0x611C4D) is unknown color: approx Pompadour. HEX triplet: 61, 1C and 4D. RGB value is (97,28,77). Sum of RGB (Red+Green+Blue) = 97+28+77=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #611C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C4D is #9EE3B2. Grayscale: #363636. Windows color (decimal): -10412979 or 5053537. OLE color: 5053537.

HSL color Cylindrical-coordinate representation of color #611C4D: hue angle of 317.39º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #611C4D is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB972877-
CMYK00.710.210.62
HSL317.39º55.2%24.51%-
HSV(B)317.39º71.13%38.04%-
XYZ6.683.917.42-
YUV54.22140.86158.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 28 (11.33% from 255) = 13.86%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=48.02%
G=13.86%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97287700.710.210.62317.3955.224.51
Hex611C4D047153E13d3719
Octal14134115010725764756731
Binary1100001111001001101010001111010111111010011110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,28,77); }

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

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

 a { background-color: rgb(97,28,77); }

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

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

 span { border-color: rgb(97,28,77); }

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