Html Css Color HEX #601549 Pompadour

📋 copy color: '#601549'

red 96 ◦ green 21 ◦ blue 73

#601549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #601549

Tints of Pompadour #601549

RGB

 RED value IS 96 (37.89% from 255) = 50.53%

 GREEN value IS 21 (8.59% from 255) = 11.05%

 BLUE value IS 73 (28.91% from 255) = 38.42%

R = 50.53%
G = 11.05%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#601549 (or 0x601549) is known color: Pompadour. HEX triplet: 60, 15 and 49. RGB value is (96,21,73). Sum of RGB (Red+Green+Blue) = 96+21+73=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #601549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601549 is #9FEAB6. Grayscale: #313131. Windows color (decimal): -10480311 or 4789600. OLE color: 4789600.

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

Color convert

RGB 96 21 73 -
CMYK 0 0.78 0.24 0.62
HSL 318.4º 0.64% 0.23% -
HSV(B) 318.4º 0.78% 0.38% -
XYZ 6.29 3.5 6.65 -
YUV 49.35 141.35 161.27 -
System Red Green Blue C M Y K H S L
Decimal 96 21 73 0 0.78 0.24 0.62 318.4 0.64 0.23
Hex 60 15 49 0 4E 18 3E 13E 40 17
Octal 140 25 111 0 116 30 76 476 100 27
Binary 1100000 10101 1001001 0 1001110 11000 111110 100111110 1000000 10111

Color Harmonies of #601549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601549

Black with #601549

Text Example


Text Example

White with #601549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601549; }

 p { color: rgb(96,21,73); }

 H1.HeaderClassName
 {
   color: #601549;
 }
 .AnyTagClassName
 {
   color: #601549;
 }
</style>

background-color css

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

 a { background-color: rgb(96,21,73); }

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

border-color css

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

 span { border-color: rgb(96,21,73); }

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