Html Css Color HEX #601546 Pompadour

📋 copy color: '#601546'

red 96 ◦ green 21 ◦ blue 70

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

Shades of Pompadour #601546

Tints of Pompadour #601546

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

 BLUE value IS 70 (27.73% from 255) = 37.43%

R = 51.34%
G = 11.23%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#601546 (or 0x601546) is known color: Pompadour. HEX triplet: 60, 15 and 46. RGB value is (96,21,70). Sum of RGB (Red+Green+Blue) = 96+21+70=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #601546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601546 is #9FEAB9. Grayscale: #303030. Windows color (decimal): -10480314 or 4592992. OLE color: 4592992.

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

Color convert

RGB 96 21 70 -
CMYK 0 0.78 0.27 0.62
HSL 320.8º 0.64% 0.23% -
HSV(B) 320.8º 0.78% 0.38% -
XYZ 6.2 3.47 6.14 -
YUV 49.01 139.85 161.52 -
System Red Green Blue C M Y K H S L
Decimal 96 21 70 0 0.78 0.27 0.62 320.8 0.64 0.23
Hex 60 15 46 0 4E 1B 3E 141 40 17
Octal 140 25 106 0 116 33 76 501 100 27
Binary 1100000 10101 1000110 0 1001110 11011 111110 101000001 1000000 10111

Color Harmonies of #601546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601546

Black with #601546

Text Example


Text Example

White with #601546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601546; }

 p { color: rgb(96,21,70); }

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

background-color css

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

 a { background-color: rgb(96,21,70); }

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

border-color css

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

 span { border-color: rgb(96,21,70); }

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