Html Css Color HEX #601641 Pompadour

📋 copy color: '#601641'

red 96 ◦ green 22 ◦ blue 65

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

Shades of Pompadour #601641

Tints of Pompadour #601641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.02%

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

R = 52.46%
G = 12.02%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#601641 (or 0x601641) is known color: Pompadour. HEX triplet: 60, 16 and 41. RGB value is (96,22,65). Sum of RGB (Red+Green+Blue) = 96+22+65=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #601641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601641 is #9FE9BE. Grayscale: #303030. Windows color (decimal): -10480063 or 4265568. OLE color: 4265568.

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

Color convert

RGB 96 22 65 -
CMYK 0 0.77 0.32 0.62
HSL 325.14º 0.63% 0.23% -
HSV(B) 325.14º 0.77% 0.38% -
XYZ 6.06 3.44 5.35 -
YUV 49.03 137.02 161.5 -
System Red Green Blue C M Y K H S L
Decimal 96 22 65 0 0.77 0.32 0.62 325.14 0.63 0.23
Hex 60 16 41 0 4D 20 3E 145 3F 17
Octal 140 26 101 0 115 40 76 505 77 27
Binary 1100000 10110 1000001 0 1001101 100000 111110 101000101 111111 10111

Color Harmonies of #601641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601641

Black with #601641

Text Example


Text Example

White with #601641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601641; }

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

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

background-color css

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

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

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

border-color css

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

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

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