Html Css Color HEX #60194D Pompadour

📋 copy color: '#60194D'

red 96 ◦ green 25 ◦ blue 77

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

Shades of Pompadour #60194D

Tints of Pompadour #60194D

RGB

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

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

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

R = 48.48%
G = 12.63%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#60194D (or 0x60194D) is known color: Pompadour. HEX triplet: 60, 19 and 4D. RGB value is (96,25,77). Sum of RGB (Red+Green+Blue) = 96+25+77=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #60194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60194D is #9FE6B2. Grayscale: #343434. Windows color (decimal): -10479283 or 5052768. OLE color: 5052768.

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

Color convert

RGB 96 25 77 -
CMYK 0 0.74 0.20 0.62
HSL 316.06º 0.59% 0.24% -
HSV(B) 316.06º 0.74% 0.38% -
XYZ 6.51 3.72 7.4 -
YUV 52.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 96 25 77 0 0.74 0.20 0.62 316.06 0.59 0.24
Hex 60 19 4D 0 4A 14 3E 13C 3B 18
Octal 140 31 115 0 112 24 76 474 73 30
Binary 1100000 11001 1001101 0 1001010 10100 111110 100111100 111011 11000

Color Harmonies of #60194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60194D

Black with #60194D

Text Example


Text Example

White with #60194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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