#612840

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

Shades of Pompadour #612840

Tints of Pompadour #612840

Color information

#612840 (or 0x612840) is unknown color: approx Pompadour. HEX triplet: 61, 28 and 40. RGB value is (97,40,64). Sum of RGB (Red+Green+Blue) = 97+40+64=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #612840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612840 is #9ED7BF. Grayscale: #3B3B3B. Windows color (decimal): -10409920 or 4204641. OLE color: 4204641.

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

Color convert

RGB974064-
CMYK00.590.340.62
HSL334.74º41.61%26.86%-
HSV(B)334.74º58.76%38.04%-
XYZ6.614.435.36-
YUV59.78130.38154.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=48.26%
G=19.90%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97406400.590.340.62334.7441.6126.86
Hex61284003B223E14f2a1b
Octal1415010007342765175233
Binary11000011010001000000011101110001011111010100111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612840; }

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

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

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

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

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

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

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

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