#612240

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

Shades of Pompadour #612240

Tints of Pompadour #612240

Color information

#612240 (or 0x612240) is unknown color: approx Pompadour. HEX triplet: 61, 22 and 40. RGB value is (97,34,64). Sum of RGB (Red+Green+Blue) = 97+34+64=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #612240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612240 is #9EDDBF. Grayscale: #383838. Windows color (decimal): -10411456 or 4203105. OLE color: 4203105.

HSL color Cylindrical-coordinate representation of color #612240: hue angle of 331.43º 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 #612240 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB973464-
CMYK00.650.340.62
HSL331.43º48.09%25.69%-
HSV(B)331.43º64.95%38.04%-
XYZ6.434.065.29-
YUV56.26132.37157.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 34 (13.67% from 255) = 17.44%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=49.74%
G=17.44%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97346400.650.340.62331.4348.0925.69
Hex612240041223E14b301a
Octal14142100010142765136032
Binary110000110001010000000100000110001011111010100101111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612240; }

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

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

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

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

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

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

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

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