Html Css Color HEX #601341 Pompadour

📋 copy color: '#601341'

red 96 ◦ green 19 ◦ blue 65

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

Shades of Pompadour #601341

Tints of Pompadour #601341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.56%

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

R = 53.33%
G = 10.56%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#601341 (or 0x601341) is known color: Pompadour. HEX triplet: 60, 13 and 41. RGB value is (96,19,65). Sum of RGB (Red+Green+Blue) = 96+19+65=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #601341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601341 is #9FECBE. Grayscale: #2F2F2F. Windows color (decimal): -10480831 or 4264800. OLE color: 4264800.

HSL color Cylindrical-coordinate representation of color #601341: hue angle of 324.16º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601341 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 19 65 -
CMYK 0 0.80 0.32 0.62
HSL 324.16º 0.67% 0.23% -
HSV(B) 324.16º 0.8% 0.38% -
XYZ 6.01 3.33 5.33 -
YUV 47.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 96 19 65 0 0.80 0.32 0.62 324.16 0.67 0.23
Hex 60 13 41 0 50 20 3E 144 43 17
Octal 140 23 101 0 120 40 76 504 103 27
Binary 1100000 10011 1000001 0 1010000 100000 111110 101000100 1000011 10111

Color Harmonies of #601341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601341

Black with #601341

Text Example


Text Example

White with #601341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601341; }

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

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

background-color css

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

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

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

border-color css

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

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

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