#612244

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

Shades of Pompadour #612244

Tints of Pompadour #612244

Color information

#612244 (or 0x612244) is unknown color: approx Pompadour. HEX triplet: 61, 22 and 44. RGB value is (97,34,68). Sum of RGB (Red+Green+Blue) = 97+34+68=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #612244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612244 is #9EDDBB. Grayscale: #383838. Windows color (decimal): -10411452 or 4465249. OLE color: 4465249.

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

Color convert

RGB973468-
CMYK00.650.300.62
HSL327.62º48.09%25.69%-
HSV(B)327.62º64.95%38.04%-
XYZ6.554.15.92-
YUV56.71134.37156.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 68 (26.95% from 255) = 34.17%
R=48.74%
G=17.09%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97346800.650.300.62327.6248.0925.69
Hex6122440411E3E148301a
Octal14142104010136765106032
Binary11000011000101000100010000011111011111010100100011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612244; }

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

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

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

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

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

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

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

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