#611643

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

Shades of Pompadour #611643

Tints of Pompadour #611643

Color information

#611643 (or 0x611643) is unknown color: approx Pompadour. HEX triplet: 61, 16 and 43. RGB value is (97,22,67). Sum of RGB (Red+Green+Blue) = 97+22+67=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #611643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611643 is #9EE9BC. Grayscale: #313131. Windows color (decimal): -10414525 or 4396641. OLE color: 4396641.

HSL color Cylindrical-coordinate representation of color #611643: hue angle of 324º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #611643 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB972267-
CMYK00.770.310.62
HSL324º63.03%23.33%-
HSV(B)324º77.32%38.04%-
XYZ6.233.525.66-
YUV49.56137.85161.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.15%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 67 (26.56% from 255) = 36.02%
R=52.15%
G=11.83%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97226700.770.310.6232463.0323.33
Hex61164304D1F3E1443f17
Octal14126103011537765047727
Binary1100001101101000011010011011111111111010100010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611643; }

 p { color: rgb(97,22,67); }

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

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

 a { background-color: rgb(97,22,67); }

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

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

 span { border-color: rgb(97,22,67); }

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