Html Css Color HEX #601449 Pompadour

📋 copy color: '#601449'

red 96 ◦ green 20 ◦ blue 73

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

Shades of Pompadour #601449

Tints of Pompadour #601449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.58%

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

R = 50.79%
G = 10.58%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#601449 (or 0x601449) is known color: Pompadour. HEX triplet: 60, 14 and 49. RGB value is (96,20,73). Sum of RGB (Red+Green+Blue) = 96+20+73=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #601449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601449 is #9FEBB6. Grayscale: #303030. Windows color (decimal): -10480567 or 4789344. OLE color: 4789344.

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

Color convert

RGB 96 20 73 -
CMYK 0 0.79 0.24 0.62
HSL 318.16º 0.66% 0.23% -
HSV(B) 318.16º 0.79% 0.38% -
XYZ 6.28 3.47 6.64 -
YUV 48.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 96 20 73 0 0.79 0.24 0.62 318.16 0.66 0.23
Hex 60 14 49 0 4F 18 3E 13E 42 17
Octal 140 24 111 0 117 30 76 476 102 27
Binary 1100000 10100 1001001 0 1001111 11000 111110 100111110 1000010 10111

Color Harmonies of #601449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601449

Black with #601449

Text Example


Text Example

White with #601449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601449; }

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

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

background-color css

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

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

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

border-color css

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

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

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