Html Css Color HEX #60184C Pompadour

📋 copy color: '#60184C'

red 96 ◦ green 24 ◦ blue 76

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

Shades of Pompadour #60184C

Tints of Pompadour #60184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.24%

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

R = 48.98%
G = 12.24%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#60184C (or 0x60184C) is known color: Pompadour. HEX triplet: 60, 18 and 4C. RGB value is (96,24,76). Sum of RGB (Red+Green+Blue) = 96+24+76=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #60184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60184C is #9FE7B3. Grayscale: #333333. Windows color (decimal): -10479540 or 4986976. OLE color: 4986976.

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

Color convert

RGB 96 24 76 -
CMYK 0 0.75 0.21 0.62
HSL 316.67º 0.6% 0.24% -
HSV(B) 316.67º 0.75% 0.38% -
XYZ 6.46 3.66 7.2 -
YUV 51.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 96 24 76 0 0.75 0.21 0.62 316.67 0.6 0.24
Hex 60 18 4C 0 4B 15 3E 13D 3C 18
Octal 140 30 114 0 113 25 76 475 74 30
Binary 1100000 11000 1001100 0 1001011 10101 111110 100111101 111100 11000

Color Harmonies of #60184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60184C

Black with #60184C

Text Example


Text Example

White with #60184C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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