#612749

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

Shades of Pompadour #612749

Tints of Pompadour #612749

Color information

#612749 (or 0x612749) is unknown color: approx Pompadour. HEX triplet: 61, 27 and 49. RGB value is (97,39,73). Sum of RGB (Red+Green+Blue) = 97+39+73=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #612749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612749 is #9ED8B6. Grayscale: #3C3C3C. Windows color (decimal): -10410167 or 4794209. OLE color: 4794209.

HSL color Cylindrical-coordinate representation of color #612749: hue angle of 324.83º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #612749 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB973973-
CMYK00.600.250.62
HSL324.83º42.65%26.67%-
HSV(B)324.83º59.79%38.04%-
XYZ6.864.476.81-
YUV60.22135.22154.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.41%
GREEN value IS 39 (15.62% from 255) = 18.66%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=46.41%
G=18.66%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97397300.600.250.62324.8342.6526.67
Hex61274903C193E1452b1b
Octal1414711107431765055333
Binary1100001100111100100101111001100111111010100010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612749; }

 p { color: rgb(97,39,73); }

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

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

 a { background-color: rgb(97,39,73); }

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

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

 span { border-color: rgb(97,39,73); }

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