Html Css Color HEX #601837 Pompadour

📋 copy color: '#601837'

red 96 ◦ green 24 ◦ blue 55

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

Shades of Pompadour #601837

Tints of Pompadour #601837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.71%

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

R = 54.86%
G = 13.71%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#601837 (or 0x601837) is known color: Pompadour. HEX triplet: 60, 18 and 37. RGB value is (96,24,55). Sum of RGB (Red+Green+Blue) = 96+24+55=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #601837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601837 is #9FE7C8. Grayscale: #313131. Windows color (decimal): -10479561 or 3610720. OLE color: 3610720.

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

Color convert

RGB 96 24 55 -
CMYK 0 0.75 0.43 0.62
HSL 334.17º 0.6% 0.24% -
HSV(B) 334.17º 0.75% 0.38% -
XYZ 5.84 3.42 3.97 -
YUV 49.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 96 24 55 0 0.75 0.43 0.62 334.17 0.6 0.24
Hex 60 18 37 0 4B 2B 3E 14E 3C 18
Octal 140 30 67 0 113 53 76 516 74 30
Binary 1100000 11000 110111 0 1001011 101011 111110 101001110 111100 11000

Color Harmonies of #601837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601837

Black with #601837

Text Example


Text Example

White with #601837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601837; }

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

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

background-color css

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

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

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

border-color css

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

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

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