Html Css Color HEX #60164C Pompadour

📋 copy color: '#60164C'

red 96 ◦ green 22 ◦ blue 76

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

Shades of Pompadour #60164C

Tints of Pompadour #60164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.34%

 BLUE value IS 76 (30.08% from 255) = 39.18%

R = 49.48%
G = 11.34%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#60164C (or 0x60164C) is known color: Pompadour. HEX triplet: 60, 16 and 4C. RGB value is (96,22,76). Sum of RGB (Red+Green+Blue) = 96+22+76=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60164C is #9FE9B3. Grayscale: #323232. Windows color (decimal): -10480052 or 4986464. OLE color: 4986464.

HSL color Cylindrical-coordinate representation of color #60164C: hue angle of 316.22º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60164C is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 22 76 -
CMYK 0 0.77 0.21 0.62
HSL 316.22º 0.63% 0.23% -
HSV(B) 316.22º 0.77% 0.38% -
XYZ 6.42 3.58 7.19 -
YUV 50.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 96 22 76 0 0.77 0.21 0.62 316.22 0.63 0.23
Hex 60 16 4C 0 4D 15 3E 13C 3F 17
Octal 140 26 114 0 115 25 76 474 77 27
Binary 1100000 10110 1001100 0 1001101 10101 111110 100111100 111111 10111

Color Harmonies of #60164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60164C

Black with #60164C

Text Example


Text Example

White with #60164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60164C; }

 p { color: rgb(96,22,76); }

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

background-color css

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

 a { background-color: rgb(96,22,76); }

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

border-color css

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

 span { border-color: rgb(96,22,76); }

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