Html Css Color HEX #601547 Pompadour

📋 copy color: '#601547'

red 96 ◦ green 21 ◦ blue 71

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

Shades of Pompadour #601547

Tints of Pompadour #601547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.77%

R = 51.06%
G = 11.17%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#601547 (or 0x601547) is known color: Pompadour. HEX triplet: 60, 15 and 47. RGB value is (96,21,71). Sum of RGB (Red+Green+Blue) = 96+21+71=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #601547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601547 is #9FEAB8. Grayscale: #313131. Windows color (decimal): -10480313 or 4658528. OLE color: 4658528.

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

Color convert

RGB 96 21 71 -
CMYK 0 0.78 0.26 0.62
HSL 320º 0.64% 0.23% -
HSV(B) 320º 0.78% 0.38% -
XYZ 6.23 3.48 6.3 -
YUV 49.13 140.35 161.43 -
System Red Green Blue C M Y K H S L
Decimal 96 21 71 0 0.78 0.26 0.62 320 0.64 0.23
Hex 60 15 47 0 4E 1A 3E 140 40 17
Octal 140 25 107 0 116 32 76 500 100 27
Binary 1100000 10101 1000111 0 1001110 11010 111110 101000000 1000000 10111

Color Harmonies of #601547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601547

Black with #601547

Text Example


Text Example

White with #601547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601547; }

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

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

background-color css

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

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

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

border-color css

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

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

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