Html Css Color HEX #5A1A49 Pompadour

📋 copy color: '#5A1A49'

red 90 ◦ green 26 ◦ blue 73

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

Shades of Pompadour #5A1A49

Tints of Pompadour #5A1A49

RGB

 RED value IS 90 (35.55% from 255) = 47.62%

 GREEN value IS 26 (10.55% from 255) = 13.76%

 BLUE value IS 73 (28.91% from 255) = 38.62%

R = 47.62%
G = 13.76%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#5A1A49 (or 0x5A1A49) is known color: Pompadour. HEX triplet: 5A, 1A and 49. RGB value is (90,26,73). Sum of RGB (Red+Green+Blue) = 90+26+73=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1A49 is #A5E5B6. Grayscale: #323232. Windows color (decimal): -10872247 or 4790874. OLE color: 4790874.

HSL color Cylindrical-coordinate representation of color #5A1A49: hue angle of 315.94º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A1A49 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 26 73 -
CMYK 0 0.71 0.19 0.65
HSL 315.94º 0.55% 0.23% -
HSV(B) 315.94º 0.71% 0.35% -
XYZ 5.79 3.39 6.65 -
YUV 50.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 90 26 73 0 0.71 0.19 0.65 315.94 0.55 0.23
Hex 5A 1A 49 0 47 13 41 13C 37 17
Octal 132 32 111 0 107 23 101 474 67 27
Binary 1011010 11010 1001001 0 1000111 10011 1000001 100111100 110111 10111

Color Harmonies of #5A1A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1A49

Black with #5A1A49

Text Example


Text Example

White with #5A1A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A1A49; }

 p { color: rgb(90,26,73); }

 H1.HeaderClassName
 {
   color: #5A1A49;
 }
 .AnyTagClassName
 {
   color: #5A1A49;
 }
</style>

background-color css

<style>
 a { background-color: #5A1A49; }

 a { background-color: rgb(90,26,73); }

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

border-color css

<style>
 span { border-color: #5A1A49; }

 span { border-color: rgb(90,26,73); }

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