Html Css Color HEX #601740 Pompadour

📋 copy color: '#601740'

red 96 ◦ green 23 ◦ blue 64

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

Shades of Pompadour #601740

Tints of Pompadour #601740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.57%

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

R = 52.46%
G = 12.57%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#601740 (or 0x601740) is known color: Pompadour. HEX triplet: 60, 17 and 40. RGB value is (96,23,64). Sum of RGB (Red+Green+Blue) = 96+23+64=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #601740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601740 is #9FE8BF. Grayscale: #313131. Windows color (decimal): -10479808 or 4200288. OLE color: 4200288.

HSL color Cylindrical-coordinate representation of color #601740: hue angle of 326.3º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601740 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 23 64 -
CMYK 0 0.76 0.33 0.62
HSL 326.3º 0.61% 0.23% -
HSV(B) 326.3º 0.76% 0.38% -
XYZ 6.06 3.47 5.2 -
YUV 49.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 96 23 64 0 0.76 0.33 0.62 326.3 0.61 0.23
Hex 60 17 40 0 4C 21 3E 146 3D 17
Octal 140 27 100 0 114 41 76 506 75 27
Binary 1100000 10111 1000000 0 1001100 100001 111110 101000110 111101 10111

Color Harmonies of #601740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601740

Black with #601740

Text Example


Text Example

White with #601740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601740; }

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

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

background-color css

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

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

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

border-color css

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

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

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