Html Css Color HEX #601340 Pompadour

📋 copy color: '#601340'

red 96 ◦ green 19 ◦ blue 64

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

Shades of Pompadour #601340

Tints of Pompadour #601340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.75%

R = 53.63%
G = 10.61%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#601340 (or 0x601340) is known color: Pompadour. HEX triplet: 60, 13 and 40. RGB value is (96,19,64). Sum of RGB (Red+Green+Blue) = 96+19+64=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #601340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601340 is #9FECBF. Grayscale: #2F2F2F. Windows color (decimal): -10480832 or 4199264. OLE color: 4199264.

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

Color convert

RGB 96 19 64 -
CMYK 0 0.80 0.33 0.62
HSL 324.94º 0.67% 0.23% -
HSV(B) 324.94º 0.8% 0.38% -
XYZ 5.98 3.32 5.18 -
YUV 47.15 137.51 162.84 -
System Red Green Blue C M Y K H S L
Decimal 96 19 64 0 0.80 0.33 0.62 324.94 0.67 0.23
Hex 60 13 40 0 50 21 3E 145 43 17
Octal 140 23 100 0 120 41 76 505 103 27
Binary 1100000 10011 1000000 0 1010000 100001 111110 101000101 1000011 10111

Color Harmonies of #601340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601340

Black with #601340

Text Example


Text Example

White with #601340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601340; }

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

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

background-color css

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

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

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

border-color css

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

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

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