Html Css Color HEX #601637 Pompadour

📋 copy color: '#601637'

red 96 ◦ green 22 ◦ blue 55

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

Shades of Pompadour #601637

Tints of Pompadour #601637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 31.79%

R = 55.49%
G = 12.72%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#601637 (or 0x601637) is known color: Pompadour. HEX triplet: 60, 16 and 37. RGB value is (96,22,55). Sum of RGB (Red+Green+Blue) = 96+22+55=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #601637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601637 is #9FE9C8. Grayscale: #2F2F2F. Windows color (decimal): -10480073 or 3610208. OLE color: 3610208.

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

Color convert

RGB 96 22 55 -
CMYK 0 0.77 0.43 0.62
HSL 333.24º 0.63% 0.23% -
HSV(B) 333.24º 0.77% 0.38% -
XYZ 5.8 3.34 3.95 -
YUV 47.89 132.02 162.32 -
System Red Green Blue C M Y K H S L
Decimal 96 22 55 0 0.77 0.43 0.62 333.24 0.63 0.23
Hex 60 16 37 0 4D 2B 3E 14D 3F 17
Octal 140 26 67 0 115 53 76 515 77 27
Binary 1100000 10110 110111 0 1001101 101011 111110 101001101 111111 10111

Color Harmonies of #601637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601637

Black with #601637

Text Example


Text Example

White with #601637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601637; }

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

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

background-color css

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

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

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

border-color css

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

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

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