#612140

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

Shades of Pompadour #612140

Tints of Pompadour #612140

Color information

#612140 (or 0x612140) is unknown color: approx Pompadour. HEX triplet: 61, 21 and 40. RGB value is (97,33,64). Sum of RGB (Red+Green+Blue) = 97+33+64=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #612140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612140 is #9EDEBF. Grayscale: #373737. Windows color (decimal): -10411712 or 4202849. OLE color: 4202849.

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

Color convert

RGB973364-
CMYK00.660.340.62
HSL330.94º49.23%25.49%-
HSV(B)330.94º65.98%38.04%-
XYZ6.445.29-
YUV55.67132.7157.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=50%
G=17.01%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97336400.660.340.62330.9449.2325.49
Hex612140042223E14b3119
Octal14141100010242765136131
Binary110000110000110000000100001010001011111010100101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612140; }

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

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

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

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

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

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

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

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