#612448

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

Shades of Pompadour #612448

Tints of Pompadour #612448

Color information

#612448 (or 0x612448) is unknown color: approx Pompadour. HEX triplet: 61, 24 and 48. RGB value is (97,36,72). Sum of RGB (Red+Green+Blue) = 97+36+72=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #612448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612448 is #9EDBB7. Grayscale: #3A3A3A. Windows color (decimal): -10410936 or 4727905. OLE color: 4727905.

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

Color convert

RGB973672-
CMYK00.630.260.62
HSL324.59º45.86%26.08%-
HSV(B)324.59º62.89%38.04%-
XYZ6.734.276.6-
YUV58.34135.71155.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 72 (28.52% from 255) = 35.12%
R=47.32%
G=17.56%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97367200.630.260.62324.5945.8626.08
Hex61244803F1A3E1452e1a
Octal1414411007732765055632
Binary1100001100100100100001111111101011111010100010110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612448; }

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

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

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

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

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

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

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

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