#612848

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

Shades of Pompadour #612848

Tints of Pompadour #612848

Color information

#612848 (or 0x612848) is unknown color: approx Pompadour. HEX triplet: 61, 28 and 48. RGB value is (97,40,72). Sum of RGB (Red+Green+Blue) = 97+40+72=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #612848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612848 is #9ED7B7. Grayscale: #3C3C3C. Windows color (decimal): -10409912 or 4728929. OLE color: 4728929.

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

Color convert

RGB974072-
CMYK00.590.260.62
HSL326.32º41.61%26.86%-
HSV(B)326.32º58.76%38.04%-
XYZ6.864.536.64-
YUV60.69134.38153.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.41%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=46.41%
G=19.14%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97407200.590.260.62326.3241.6126.86
Hex61284803B1A3E1462a1b
Octal1415011007332765065233
Binary1100001101000100100001110111101011111010100011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612848; }

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

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

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

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

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

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

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

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