Html Css Color HEX #601537 Pompadour

📋 copy color: '#601537'

red 96 ◦ green 21 ◦ blue 55

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

Shades of Pompadour #601537

Tints of Pompadour #601537

RGB

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

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

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

R = 55.81%
G = 12.21%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#601537 (or 0x601537) is known color: Pompadour. HEX triplet: 60, 15 and 37. RGB value is (96,21,55). Sum of RGB (Red+Green+Blue) = 96+21+55=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #601537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601537 is #9FEAC8. Grayscale: #2F2F2F. Windows color (decimal): -10480329 or 3609952. OLE color: 3609952.

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

Color convert

RGB 96 21 55 -
CMYK 0 0.78 0.43 0.62
HSL 332.8º 0.64% 0.23% -
HSV(B) 332.8º 0.78% 0.38% -
XYZ 5.78 3.3 3.95 -
YUV 47.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 96 21 55 0 0.78 0.43 0.62 332.8 0.64 0.23
Hex 60 15 37 0 4E 2B 3E 14D 40 17
Octal 140 25 67 0 116 53 76 515 100 27
Binary 1100000 10101 110111 0 1001110 101011 111110 101001101 1000000 10111

Color Harmonies of #601537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601537

Black with #601537

Text Example


Text Example

White with #601537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601537; }

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

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

background-color css

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

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

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

border-color css

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

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

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