#612640

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

Shades of Pompadour #612640

Tints of Pompadour #612640

Color information

#612640 (or 0x612640) is unknown color: approx Pompadour. HEX triplet: 61, 26 and 40. RGB value is (97,38,64). Sum of RGB (Red+Green+Blue) = 97+38+64=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #612640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612640 is #9ED9BF. Grayscale: #3A3A3A. Windows color (decimal): -10410432 or 4204129. OLE color: 4204129.

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

Color convert

RGB973864-
CMYK00.610.340.62
HSL333.56º43.7%26.47%-
HSV(B)333.56º60.82%38.04%-
XYZ6.554.35.33-
YUV58.6131.05155.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=48.74%
G=19.10%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97386400.610.340.62333.5643.726.47
Hex61264003D223E14e2c1a
Octal1414610007542765165432
Binary11000011001101000000011110110001011111010100111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612640; }

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

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

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

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

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

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

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

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