#601643

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

Shades of Pompadour #601643

Tints of Pompadour #601643

Color information

#601643 (or 0x601643) is unknown color: approx Pompadour. HEX triplet: 60, 16 and 43. RGB value is (96,22,67). Sum of RGB (Red+Green+Blue) = 96+22+67=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #601643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601643 is #9FE9BC. Grayscale: #313131. Windows color (decimal): -10480061 or 4396640. OLE color: 4396640.

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

Color convert

RGB962267-
CMYK00.770.300.62
HSL323.51º62.71%23.14%-
HSV(B)323.51º77.08%37.65%-
XYZ6.123.475.66-
YUV49.26138.02161.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 67 (26.56% from 255) = 36.22%
R=51.89%
G=11.89%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96226700.770.300.62323.5162.7123.14
Hex60164304D1E3E1443f17
Octal14026103011536765047727
Binary1100000101101000011010011011111011111010100010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601643; }

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

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

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

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

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

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

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

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