#612E48

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

Shades of Pompadour #612E48

Tints of Pompadour #612E48

Color information

#612E48 (or 0x612E48) is unknown color: approx Pompadour. HEX triplet: 61, 2E and 48. RGB value is (97,46,72). Sum of RGB (Red+Green+Blue) = 97+46+72=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #612E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612E48 is #9ED1B7. Grayscale: #404040. Windows color (decimal): -10408376 or 4730465. OLE color: 4730465.

HSL color Cylindrical-coordinate representation of color #612E48: hue angle of 329.41º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #612E48 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB974672-
CMYK00.530.260.62
HSL329.41º35.66%28.04%-
HSV(B)329.41º52.58%38.04%-
XYZ7.084.966.72-
YUV64.21132.4151.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 46 (18.36% from 255) = 21.40%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=45.12%
G=21.40%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97467200.530.260.62329.4135.6628.04
Hex612E480351A3E149241c
Octal1415611006532765114434
Binary1100001101110100100001101011101011111010100100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612E48; }

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

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

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

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

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

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

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

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