Html Css Color HEX #601336 Pompadour

📋 copy color: '#601336'

red 96 ◦ green 19 ◦ blue 54

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

Shades of Pompadour #601336

Tints of Pompadour #601336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.95%

R = 56.8%
G = 11.24%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#601336 (or 0x601336) is known color: Pompadour. HEX triplet: 60, 13 and 36. RGB value is (96,19,54). Sum of RGB (Red+Green+Blue) = 96+19+54=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #601336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601336 is #9FECC9. Grayscale: #2D2D2D. Windows color (decimal): -10480842 or 3543904. OLE color: 3543904.

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

Color convert

RGB 96 19 54 -
CMYK 0 0.80 0.44 0.62
HSL 332.73º 0.67% 0.23% -
HSV(B) 332.73º 0.8% 0.38% -
XYZ 5.72 3.22 3.81 -
YUV 46.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 96 19 54 0 0.80 0.44 0.62 332.73 0.67 0.23
Hex 60 13 36 0 50 2C 3E 14D 43 17
Octal 140 23 66 0 120 54 76 515 103 27
Binary 1100000 10011 110110 0 1010000 101100 111110 101001101 1000011 10111

Color Harmonies of #601336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601336

Black with #601336

Text Example


Text Example

White with #601336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601336; }

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

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

background-color css

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

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

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

border-color css

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

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

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