Html Css Color HEX #601541 Pompadour

📋 copy color: '#601541'

red 96 ◦ green 21 ◦ blue 65

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

Shades of Pompadour #601541

Tints of Pompadour #601541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.71%

R = 52.75%
G = 11.54%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#601541 (or 0x601541) is known color: Pompadour. HEX triplet: 60, 15 and 41. RGB value is (96,21,65). Sum of RGB (Red+Green+Blue) = 96+21+65=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #601541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601541 is #9FEABE. Grayscale: #303030. Windows color (decimal): -10480319 or 4265312. OLE color: 4265312.

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

Color convert

RGB 96 21 65 -
CMYK 0 0.78 0.32 0.62
HSL 324.8º 0.64% 0.23% -
HSV(B) 324.8º 0.78% 0.38% -
XYZ 6.05 3.4 5.34 -
YUV 48.44 137.35 161.92 -
System Red Green Blue C M Y K H S L
Decimal 96 21 65 0 0.78 0.32 0.62 324.8 0.64 0.23
Hex 60 15 41 0 4E 20 3E 145 40 17
Octal 140 25 101 0 116 40 76 505 100 27
Binary 1100000 10101 1000001 0 1001110 100000 111110 101000101 1000000 10111

Color Harmonies of #601541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601541

Black with #601541

Text Example


Text Example

White with #601541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601541; }

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

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

background-color css

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

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

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

border-color css

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

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

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