Html Css Color HEX #60194C Pompadour

📋 copy color: '#60194C'

red 96 ◦ green 25 ◦ blue 76

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

Shades of Pompadour #60194C

Tints of Pompadour #60194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.69%

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

R = 48.73%
G = 12.69%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#60194C (or 0x60194C) is known color: Pompadour. HEX triplet: 60, 19 and 4C. RGB value is (96,25,76). Sum of RGB (Red+Green+Blue) = 96+25+76=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #60194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60194C is #9FE6B3. Grayscale: #333333. Windows color (decimal): -10479284 or 4987232. OLE color: 4987232.

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

Color convert

RGB 96 25 76 -
CMYK 0 0.74 0.21 0.62
HSL 316.9º 0.59% 0.24% -
HSV(B) 316.9º 0.74% 0.38% -
XYZ 6.48 3.7 7.21 -
YUV 52.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 96 25 76 0 0.74 0.21 0.62 316.9 0.59 0.24
Hex 60 19 4C 0 4A 15 3E 13D 3B 18
Octal 140 31 114 0 112 25 76 475 73 30
Binary 1100000 11001 1001100 0 1001010 10101 111110 100111101 111011 11000

Color Harmonies of #60194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60194C

Black with #60194C

Text Example


Text Example

White with #60194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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