#612846

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

Shades of Pompadour #612846

Tints of Pompadour #612846

Color information

#612846 (or 0x612846) is unknown color: approx Pompadour. HEX triplet: 61, 28 and 46. RGB value is (97,40,70). Sum of RGB (Red+Green+Blue) = 97+40+70=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #612846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612846 is #9ED7B9. Grayscale: #3C3C3C. Windows color (decimal): -10409914 or 4597857. OLE color: 4597857.

HSL color Cylindrical-coordinate representation of color #612846: hue angle of 328.42º 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 #612846 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB974070-
CMYK00.590.280.62
HSL328.42º41.61%26.86%-
HSV(B)328.42º58.76%38.04%-
XYZ6.794.56.31-
YUV60.46133.38154.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=46.86%
G=19.32%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97407000.590.280.62328.4241.6126.86
Hex61284603B1C3E1482a1b
Octal1415010607334765105233
Binary1100001101000100011001110111110011111010100100010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612846; }

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

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

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

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

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

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

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

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