#612540

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

Shades of Pompadour #612540

Tints of Pompadour #612540

Color information

#612540 (or 0x612540) is unknown color: approx Pompadour. HEX triplet: 61, 25 and 40. RGB value is (97,37,64). Sum of RGB (Red+Green+Blue) = 97+37+64=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #612540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612540 is #9EDABF. Grayscale: #393939. Windows color (decimal): -10410688 or 4203873. OLE color: 4203873.

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

Color convert

RGB973764-
CMYK00.620.340.62
HSL333º44.78%26.27%-
HSV(B)333º61.86%38.04%-
XYZ6.524.235.32-
YUV58.02131.38155.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 37 (14.84% from 255) = 18.69%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=48.99%
G=18.69%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97376400.620.340.6233344.7826.27
Hex61254003E223E14d2d1a
Octal1414510007642765155532
Binary11000011001011000000011111010001011111010100110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612540; }

 p { color: rgb(97,37,64); }

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

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

 a { background-color: rgb(97,37,64); }

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

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

 span { border-color: rgb(97,37,64); }

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