Html Css Color HEX #601332 Pompadour

📋 copy color: '#601332'

red 96 ◦ green 19 ◦ blue 50

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

Shades of Pompadour #601332

Tints of Pompadour #601332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.52%

 BLUE value IS 50 (19.92% from 255) = 30.3%

R = 58.18%
G = 11.52%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#601332 (or 0x601332) is known color: Pompadour. HEX triplet: 60, 13 and 32. RGB value is (96,19,50). Sum of RGB (Red+Green+Blue) = 96+19+50=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #601332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601332 is #9FECCD. Grayscale: #2D2D2D. Windows color (decimal): -10480846 or 3281760. OLE color: 3281760.

HSL color Cylindrical-coordinate representation of color #601332: hue angle of 335.84º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601332 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 19 50 -
CMYK 0 0.80 0.48 0.62
HSL 335.84º 0.67% 0.23% -
HSV(B) 335.84º 0.8% 0.38% -
XYZ 5.63 3.18 3.34 -
YUV 45.56 130.51 163.98 -
System Red Green Blue C M Y K H S L
Decimal 96 19 50 0 0.80 0.48 0.62 335.84 0.67 0.23
Hex 60 13 32 0 50 30 3E 150 43 17
Octal 140 23 62 0 120 60 76 520 103 27
Binary 1100000 10011 110010 0 1010000 110000 111110 101010000 1000011 10111

Color Harmonies of #601332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601332

Black with #601332

Text Example


Text Example

White with #601332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601332; }

 p { color: rgb(96,19,50); }

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

background-color css

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

 a { background-color: rgb(96,19,50); }

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

border-color css

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

 span { border-color: rgb(96,19,50); }

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