Html Css Color HEX #601741 Pompadour

📋 copy color: '#601741'

red 96 ◦ green 23 ◦ blue 65

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

Shades of Pompadour #601741

Tints of Pompadour #601741

RGB

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

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

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

R = 52.17%
G = 12.5%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#601741 (or 0x601741) is known color: Pompadour. HEX triplet: 60, 17 and 41. RGB value is (96,23,65). Sum of RGB (Red+Green+Blue) = 96+23+65=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #601741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601741 is #9FE8BE. Grayscale: #313131. Windows color (decimal): -10479807 or 4265824. OLE color: 4265824.

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

Color convert

RGB 96 23 65 -
CMYK 0 0.76 0.32 0.62
HSL 325.48º 0.61% 0.23% -
HSV(B) 325.48º 0.76% 0.38% -
XYZ 6.08 3.48 5.35 -
YUV 49.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 96 23 65 0 0.76 0.32 0.62 325.48 0.61 0.23
Hex 60 17 41 0 4C 20 3E 145 3D 17
Octal 140 27 101 0 114 40 76 505 75 27
Binary 1100000 10111 1000001 0 1001100 100000 111110 101000101 111101 10111

Color Harmonies of #601741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601741

Black with #601741

Text Example


Text Example

White with #601741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601741; }

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

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

background-color css

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

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

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

border-color css

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

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

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