Html Css Color HEX #601441 Pompadour

📋 copy color: '#601441'

red 96 ◦ green 20 ◦ blue 65

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

Shades of Pompadour #601441

Tints of Pompadour #601441

RGB

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

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

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

R = 53.04%
G = 11.05%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#601441 (or 0x601441) is known color: Pompadour. HEX triplet: 60, 14 and 41. RGB value is (96,20,65). Sum of RGB (Red+Green+Blue) = 96+20+65=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #601441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601441 is #9FEBBE. Grayscale: #2F2F2F. Windows color (decimal): -10480575 or 4265056. OLE color: 4265056.

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

Color convert

RGB 96 20 65 -
CMYK 0 0.79 0.32 0.62
HSL 324.47º 0.66% 0.23% -
HSV(B) 324.47º 0.79% 0.38% -
XYZ 6.03 3.37 5.33 -
YUV 47.85 137.68 162.34 -
System Red Green Blue C M Y K H S L
Decimal 96 20 65 0 0.79 0.32 0.62 324.47 0.66 0.23
Hex 60 14 41 0 4F 20 3E 144 42 17
Octal 140 24 101 0 117 40 76 504 102 27
Binary 1100000 10100 1000001 0 1001111 100000 111110 101000100 1000010 10111

Color Harmonies of #601441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601441

Black with #601441

Text Example


Text Example

White with #601441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601441; }

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

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

background-color css

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

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

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

border-color css

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

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

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