#601348

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

Shades of Pompadour #601348

Tints of Pompadour #601348

Color information

#601348 (or 0x601348) is unknown color: approx Pompadour. HEX triplet: 60, 13 and 48. RGB value is (96,19,72). Sum of RGB (Red+Green+Blue) = 96+19+72=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #601348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601348 is #9FECB7. Grayscale: #2F2F2F. Windows color (decimal): -10480824 or 4723552. OLE color: 4723552.

HSL color Cylindrical-coordinate representation of color #601348: hue angle of 318.7º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601348 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB961972-
CMYK00.800.250.62
HSL318.7º66.96%22.55%-
HSV(B)318.7º80.21%37.65%-
XYZ6.233.426.46-
YUV48.06141.51162.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.34%
GREEN value IS 19 (7.81% from 255) = 10.16%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=51.34%
G=10.16%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96197200.800.250.62318.766.9622.55
Hex601348050193E13f4317
Octal140231100120317647710327
Binary11000001001110010000101000011001111110100111111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601348; }

 p { color: rgb(96,19,72); }

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

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

 a { background-color: rgb(96,19,72); }

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

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

 span { border-color: rgb(96,19,72); }

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