#611E3F

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

Shades of Pompadour #611E3F

Tints of Pompadour #611E3F

Color information

#611E3F (or 0x611E3F) is unknown color: approx Pompadour. HEX triplet: 61, 1E and 3F. RGB value is (97,30,63). Sum of RGB (Red+Green+Blue) = 97+30+63=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #611E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E3F is #9EE1C0. Grayscale: #353535. Windows color (decimal): -10412481 or 4136545. OLE color: 4136545.

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

Color convert

RGB973063-
CMYK00.690.350.62
HSL330.45º52.76%24.9%-
HSV(B)330.45º69.07%38.04%-
XYZ6.293.835.11-
YUV53.8133.2158.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 30 (12.11% from 255) = 15.79%
BLUE value IS 63 (25% from 255) = 33.16%
R=51.05%
G=15.79%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97306300.690.350.62330.4552.7624.9
Hex611E3F045233E14a3519
Octal1413677010543765126531
Binary1100001111101111110100010110001111111010100101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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