Html Css Color HEX #601540 Pompadour

📋 copy color: '#601540'

red 96 ◦ green 21 ◦ blue 64

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

Shades of Pompadour #601540

Tints of Pompadour #601540

RGB

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

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

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

R = 53.04%
G = 11.6%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#601540 (or 0x601540) is known color: Pompadour. HEX triplet: 60, 15 and 40. RGB value is (96,21,64). Sum of RGB (Red+Green+Blue) = 96+21+64=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #601540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601540 is #9FEABF. Grayscale: #303030. Windows color (decimal): -10480320 or 4199776. OLE color: 4199776.

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

Color convert

RGB 96 21 64 -
CMYK 0 0.78 0.33 0.62
HSL 325.6º 0.64% 0.23% -
HSV(B) 325.6º 0.78% 0.38% -
XYZ 6.02 3.39 5.19 -
YUV 48.33 136.85 162 -
System Red Green Blue C M Y K H S L
Decimal 96 21 64 0 0.78 0.33 0.62 325.6 0.64 0.23
Hex 60 15 40 0 4E 21 3E 146 40 17
Octal 140 25 100 0 116 41 76 506 100 27
Binary 1100000 10101 1000000 0 1001110 100001 111110 101000110 1000000 10111

Color Harmonies of #601540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601540

Black with #601540

Text Example


Text Example

White with #601540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601540; }

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

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

background-color css

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

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

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

border-color css

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

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

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