Html Css Color HEX #601436 Pompadour

📋 copy color: '#601436'

red 96 ◦ green 20 ◦ blue 54

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

Shades of Pompadour #601436

Tints of Pompadour #601436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.76%

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

R = 56.47%
G = 11.76%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#601436 (or 0x601436) is known color: Pompadour. HEX triplet: 60, 14 and 36. RGB value is (96,20,54). Sum of RGB (Red+Green+Blue) = 96+20+54=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #601436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601436 is #9FEBC9. Grayscale: #2E2E2E. Windows color (decimal): -10480586 or 3544160. OLE color: 3544160.

HSL color Cylindrical-coordinate representation of color #601436: hue angle of 333.16º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601436 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 54 -
CMYK 0 0.79 0.44 0.62
HSL 333.16º 0.66% 0.23% -
HSV(B) 333.16º 0.79% 0.38% -
XYZ 5.74 3.25 3.82 -
YUV 46.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 96 20 54 0 0.79 0.44 0.62 333.16 0.66 0.23
Hex 60 14 36 0 4F 2C 3E 14D 42 17
Octal 140 24 66 0 117 54 76 515 102 27
Binary 1100000 10100 110110 0 1001111 101100 111110 101001101 1000010 10111

Color Harmonies of #601436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601436

Black with #601436

Text Example


Text Example

White with #601436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601436; }

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

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

background-color css

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

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

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

border-color css

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

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

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