#611F44

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

Shades of Pompadour #611F44

Tints of Pompadour #611F44

Color information

#611F44 (or 0x611F44) is unknown color: approx Pompadour. HEX triplet: 61, 1F and 44. RGB value is (97,31,68). Sum of RGB (Red+Green+Blue) = 97+31+68=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #611F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611F44 is #9EE0BB. Grayscale: #363636. Windows color (decimal): -10412220 or 4464481. OLE color: 4464481.

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

Color convert

RGB973168-
CMYK00.680.300.62
HSL326.36º51.56%25.1%-
HSV(B)326.36º68.04%38.04%-
XYZ6.463.945.89-
YUV54.95135.37157.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 31 (12.5% from 255) = 15.82%
BLUE value IS 68 (26.95% from 255) = 34.69%
R=49.49%
G=15.82%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97316800.680.300.62326.3651.5625.1
Hex611F440441E3E1463419
Octal14137104010436765066431
Binary1100001111111000100010001001111011111010100011011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,31,68); }

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

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

 a { background-color: rgb(97,31,68); }

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

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

 span { border-color: rgb(97,31,68); }

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