#611E43

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

Shades of Pompadour #611E43

Tints of Pompadour #611E43

Color information

#611E43 (or 0x611E43) is unknown color: approx Pompadour. HEX triplet: 61, 1E and 43. RGB value is (97,30,67). Sum of RGB (Red+Green+Blue) = 97+30+67=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #611E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E43 is #9EE1BC. Grayscale: #363636. Windows color (decimal): -10412477 or 4398689. OLE color: 4398689.

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

Color convert

RGB973067-
CMYK00.690.310.62
HSL326.87º52.76%24.9%-
HSV(B)326.87º69.07%38.04%-
XYZ6.413.885.72-
YUV54.25135.2158.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 30 (12.11% from 255) = 15.46%
BLUE value IS 67 (26.56% from 255) = 34.54%
R=50%
G=15.46%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97306700.690.310.62326.8752.7624.9
Hex611E430451F3E1473519
Octal14136103010537765076531
Binary1100001111101000011010001011111111111010100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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