#612844

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

Shades of Pompadour #612844

Tints of Pompadour #612844

Color information

#612844 (or 0x612844) is unknown color: approx Pompadour. HEX triplet: 61, 28 and 44. RGB value is (97,40,68). Sum of RGB (Red+Green+Blue) = 97+40+68=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #612844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612844 is #9ED7BB. Grayscale: #3C3C3C. Windows color (decimal): -10409916 or 4466785. OLE color: 4466785.

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

Color convert

RGB974068-
CMYK00.590.300.62
HSL330.53º41.61%26.86%-
HSV(B)330.53º58.76%38.04%-
XYZ6.734.485.98-
YUV60.24132.38154.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 68 (26.95% from 255) = 33.17%
R=47.32%
G=19.51%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97406800.590.300.62330.5341.6126.86
Hex61284403B1E3E14b2a1b
Octal1415010407336765135233
Binary1100001101000100010001110111111011111010100101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612844; }

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

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

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

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

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

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

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

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