#612248

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

Shades of Pompadour #612248

Tints of Pompadour #612248

Color information

#612248 (or 0x612248) is unknown color: approx Pompadour. HEX triplet: 61, 22 and 48. RGB value is (97,34,72). Sum of RGB (Red+Green+Blue) = 97+34+72=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #612248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612248 is #9EDDB7. Grayscale: #393939. Windows color (decimal): -10411448 or 4727393. OLE color: 4727393.

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

Color convert

RGB973472-
CMYK00.650.260.62
HSL323.81º48.09%25.69%-
HSV(B)323.81º64.95%38.04%-
XYZ6.674.156.58-
YUV57.17136.37156.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 34 (13.67% from 255) = 16.75%
BLUE value IS 72 (28.52% from 255) = 35.47%
R=47.78%
G=16.75%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97347200.650.260.62323.8148.0925.69
Hex6122480411A3E144301a
Octal14142110010132765046032
Binary11000011000101001000010000011101011111010100010011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612248; }

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

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

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

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

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

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

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

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