#612442

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

Shades of Pompadour #612442

Tints of Pompadour #612442

Color information

#612442 (or 0x612442) is unknown color: approx Pompadour. HEX triplet: 61, 24 and 42. RGB value is (97,36,66). Sum of RGB (Red+Green+Blue) = 97+36+66=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #612442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612442 is #9EDBBD. Grayscale: #393939. Windows color (decimal): -10410942 or 4334689. OLE color: 4334689.

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

Color convert

RGB973666-
CMYK00.630.320.62
HSL330.49º45.86%26.08%-
HSV(B)330.49º62.89%38.04%-
XYZ6.544.25.62-
YUV57.66132.71156.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=48.74%
G=18.09%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97366600.630.320.62330.4945.8626.08
Hex61244203F203E14a2e1a
Octal1414410207740765125632
Binary11000011001001000010011111110000011111010100101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612442; }

 p { color: rgb(97,36,66); }

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

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

 a { background-color: rgb(97,36,66); }

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

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

 span { border-color: rgb(97,36,66); }

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