Html Css Color HEX #601849 Pompadour

📋 copy color: '#601849'

red 96 ◦ green 24 ◦ blue 73

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

Shades of Pompadour #601849

Tints of Pompadour #601849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.44%

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

R = 49.74%
G = 12.44%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#601849 (or 0x601849) is known color: Pompadour. HEX triplet: 60, 18 and 49. RGB value is (96,24,73). Sum of RGB (Red+Green+Blue) = 96+24+73=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #601849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601849 is #9FE7B6. Grayscale: #323232. Windows color (decimal): -10479543 or 4790368. OLE color: 4790368.

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

Color convert

RGB 96 24 73 -
CMYK 0 0.75 0.24 0.62
HSL 319.17º 0.6% 0.24% -
HSV(B) 319.17º 0.75% 0.38% -
XYZ 6.35 3.62 6.67 -
YUV 51.11 140.35 160.02 -
System Red Green Blue C M Y K H S L
Decimal 96 24 73 0 0.75 0.24 0.62 319.17 0.6 0.24
Hex 60 18 49 0 4B 18 3E 13F 3C 18
Octal 140 30 111 0 113 30 76 477 74 30
Binary 1100000 11000 1001001 0 1001011 11000 111110 100111111 111100 11000

Color Harmonies of #601849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601849

Black with #601849

Text Example


Text Example

White with #601849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601849; }

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

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

background-color css

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

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

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

border-color css

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

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

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