#612C4E

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

Shades of Pompadour #612C4E

Tints of Pompadour #612C4E

Color information

#612C4E (or 0x612C4E) is unknown color: approx Pompadour. HEX triplet: 61, 2C and 4E. RGB value is (97,44,78). Sum of RGB (Red+Green+Blue) = 97+44+78=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #612C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C4E is #9ED3B1. Grayscale: #3F3F3F. Windows color (decimal): -10408882 or 5123169. OLE color: 5123169.

HSL color Cylindrical-coordinate representation of color #612C4E: hue angle of 321.51º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #612C4E is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB974478-
CMYK00.550.200.62
HSL321.51º37.59%27.65%-
HSV(B)321.51º54.64%38.04%-
XYZ7.214.897.77-
YUV63.72136.06151.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 44 (17.58% from 255) = 20.09%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=44.29%
G=20.09%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97447800.550.200.62321.5137.5927.65
Hex612C4E037143E142261c
Octal1415411606724765024634
Binary1100001101100100111001101111010011111010100001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612C4E; }

 p { color: rgb(97,44,78); }

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

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

 a { background-color: rgb(97,44,78); }

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

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

 span { border-color: rgb(97,44,78); }

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