#601743

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

Shades of Pompadour #601743

Tints of Pompadour #601743

Color information

#601743 (or 0x601743) is unknown color: approx Pompadour. HEX triplet: 60, 17 and 43. RGB value is (96,23,67). Sum of RGB (Red+Green+Blue) = 96+23+67=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #601743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601743 is #9FE8BC. Grayscale: #313131. Windows color (decimal): -10479805 or 4396896. OLE color: 4396896.

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

Color convert

RGB962367-
CMYK00.760.300.62
HSL323.84º61.34%23.33%-
HSV(B)323.84º76.04%37.65%-
XYZ6.143.55.66-
YUV49.84137.68160.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 23 (9.38% from 255) = 12.37%
BLUE value IS 67 (26.56% from 255) = 36.02%
R=51.61%
G=12.37%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96236700.760.300.62323.8461.3423.33
Hex60174304C1E3E1443d17
Octal14027103011436765047527
Binary1100000101111000011010011001111011111010100010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601743; }

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

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

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

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

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

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

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

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