#611C43

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

Shades of Pompadour #611C43

Tints of Pompadour #611C43

Color information

#611C43 (or 0x611C43) is unknown color: approx Pompadour. HEX triplet: 61, 1C and 43. RGB value is (97,28,67). Sum of RGB (Red+Green+Blue) = 97+28+67=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #611C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611C43 is #9EE3BC. Grayscale: #343434. Windows color (decimal): -10412989 or 4398177. OLE color: 4398177.

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

Color convert

RGB972867-
CMYK00.710.310.62
HSL326.09º55.2%24.51%-
HSV(B)326.09º71.13%38.04%-
XYZ6.363.785.7-
YUV53.08135.86159.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 28 (11.33% from 255) = 14.58%
BLUE value IS 67 (26.56% from 255) = 34.90%
R=50.52%
G=14.58%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97286700.710.310.62326.0955.224.51
Hex611C430471F3E1463719
Octal14134103010737765066731
Binary1100001111001000011010001111111111111010100011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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