#612946

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

Shades of Pompadour #612946

Tints of Pompadour #612946

Color information

#612946 (or 0x612946) is unknown color: approx Pompadour. HEX triplet: 61, 29 and 46. RGB value is (97,41,70). Sum of RGB (Red+Green+Blue) = 97+41+70=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #612946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612946 is #9ED6B9. Grayscale: #3C3C3C. Windows color (decimal): -10409658 or 4598113. OLE color: 4598113.

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

Color convert

RGB974170-
CMYK00.580.280.62
HSL328.93º40.58%27.06%-
HSV(B)328.93º57.73%38.04%-
XYZ6.834.576.32-
YUV61.05133.05153.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 41 (16.41% from 255) = 19.71%
BLUE value IS 70 (27.73% from 255) = 33.65%
R=46.63%
G=19.71%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97417000.580.280.62328.9340.5827.06
Hex61294603A1C3E149291b
Octal1415110607234765115133
Binary1100001101001100011001110101110011111010100100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612946; }

 p { color: rgb(97,41,70); }

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

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

 a { background-color: rgb(97,41,70); }

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

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

 span { border-color: rgb(97,41,70); }

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