Html Css Color HEX #601937 Pompadour

📋 copy color: '#601937'

red 96 ◦ green 25 ◦ blue 55

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

Shades of Pompadour #601937

Tints of Pompadour #601937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

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

R = 54.55%
G = 14.2%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#601937 (or 0x601937) is known color: Pompadour. HEX triplet: 60, 19 and 37. RGB value is (96,25,55). Sum of RGB (Red+Green+Blue) = 96+25+55=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #601937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601937 is #9FE6C8. Grayscale: #313131. Windows color (decimal): -10479305 or 3610976. OLE color: 3610976.

HSL color Cylindrical-coordinate representation of color #601937: hue angle of 334.65º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #601937 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 25 55 -
CMYK 0 0.74 0.43 0.62
HSL 334.65º 0.59% 0.24% -
HSV(B) 334.65º 0.74% 0.38% -
XYZ 5.86 3.46 3.97 -
YUV 49.65 131.02 161.06 -
System Red Green Blue C M Y K H S L
Decimal 96 25 55 0 0.74 0.43 0.62 334.65 0.59 0.24
Hex 60 19 37 0 4A 2B 3E 14F 3B 18
Octal 140 31 67 0 112 53 76 517 73 30
Binary 1100000 11001 110111 0 1001010 101011 111110 101001111 111011 11000

Color Harmonies of #601937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601937

Black with #601937

Text Example


Text Example

White with #601937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601937; }

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

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

background-color css

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

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

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

border-color css

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

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

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