Html Css Color HEX #60164D Pompadour

📋 copy color: '#60164D'

red 96 ◦ green 22 ◦ blue 77

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

Shades of Pompadour #60164D

Tints of Pompadour #60164D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 39.49%

R = 49.23%
G = 11.28%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#60164D (or 0x60164D) is known color: Pompadour. HEX triplet: 60, 16 and 4D. RGB value is (96,22,77). Sum of RGB (Red+Green+Blue) = 96+22+77=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60164D is #9FE9B2. Grayscale: #323232. Windows color (decimal): -10480051 or 5052000. OLE color: 5052000.

HSL color Cylindrical-coordinate representation of color #60164D: hue angle of 315.41º 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 #60164D is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 22 77 -
CMYK 0 0.77 0.20 0.62
HSL 315.41º 0.63% 0.23% -
HSV(B) 315.41º 0.77% 0.38% -
XYZ 6.45 3.6 7.38 -
YUV 50.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 96 22 77 0 0.77 0.20 0.62 315.41 0.63 0.23
Hex 60 16 4D 0 4D 14 3E 13B 3F 17
Octal 140 26 115 0 115 24 76 473 77 27
Binary 1100000 10110 1001101 0 1001101 10100 111110 100111011 111111 10111

Color Harmonies of #60164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60164D

Black with #60164D

Text Example


Text Example

White with #60164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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