Html Css Color HEX #60174D Pompadour

📋 copy color: '#60174D'

red 96 ◦ green 23 ◦ blue 77

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

Shades of Pompadour #60174D

Tints of Pompadour #60174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.73%

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

R = 48.98%
G = 11.73%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#60174D (or 0x60174D) is known color: Pompadour. HEX triplet: 60, 17 and 4D. RGB value is (96,23,77). Sum of RGB (Red+Green+Blue) = 96+23+77=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #60174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60174D is #9FE8B2. Grayscale: #323232. Windows color (decimal): -10479795 or 5052256. OLE color: 5052256.

HSL color Cylindrical-coordinate representation of color #60174D: hue angle of 315.62º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60174D is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 23 77 -
CMYK 0 0.76 0.20 0.62
HSL 315.62º 0.61% 0.23% -
HSV(B) 315.62º 0.76% 0.38% -
XYZ 6.47 3.64 7.38 -
YUV 50.98 142.68 160.11 -
System Red Green Blue C M Y K H S L
Decimal 96 23 77 0 0.76 0.20 0.62 315.62 0.61 0.23
Hex 60 17 4D 0 4C 14 3E 13C 3D 17
Octal 140 27 115 0 114 24 76 474 75 27
Binary 1100000 10111 1001101 0 1001100 10100 111110 100111100 111101 10111

Color Harmonies of #60174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60174D

Black with #60174D

Text Example


Text Example

White with #60174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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