#612144

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

Shades of Pompadour #612144

Tints of Pompadour #612144

Color information

#612144 (or 0x612144) is unknown color: approx Pompadour. HEX triplet: 61, 21 and 44. RGB value is (97,33,68). Sum of RGB (Red+Green+Blue) = 97+33+68=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #612144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612144 is #9EDEBB. Grayscale: #383838. Windows color (decimal): -10411708 or 4464993. OLE color: 4464993.

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

Color convert

RGB973368-
CMYK00.660.300.62
HSL327.19º49.23%25.49%-
HSV(B)327.19º65.98%38.04%-
XYZ6.524.055.91-
YUV56.13134.7157.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 68 (26.95% from 255) = 34.34%
R=48.99%
G=16.67%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97336800.660.300.62327.1949.2325.49
Hex6121440421E3E1473119
Octal14141104010236765076131
Binary11000011000011000100010000101111011111010100011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612144; }

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

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

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

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

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

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

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

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