#611C47

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

Shades of Pompadour #611C47

Tints of Pompadour #611C47

Color information

#611C47 (or 0x611C47) is unknown color: approx Pompadour. HEX triplet: 61, 1C and 47. RGB value is (97,28,71). Sum of RGB (Red+Green+Blue) = 97+28+71=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #611C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611C47 is #9EE3B8. Grayscale: #353535. Windows color (decimal): -10412985 or 4660321. OLE color: 4660321.

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

Color convert

RGB972871-
CMYK00.710.270.62
HSL322.61º55.2%24.51%-
HSV(B)322.61º71.13%38.04%-
XYZ6.483.836.36-
YUV53.53137.86159-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 28 (11.33% from 255) = 14.29%
BLUE value IS 71 (28.12% from 255) = 36.22%
R=49.49%
G=14.29%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97287100.710.270.62322.6155.224.51
Hex611C470471B3E1433719
Octal14134107010733765036731
Binary1100001111001000111010001111101111111010100001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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