Html Css Color HEX #5A1C4A Pompadour

📋 copy color: '#5A1C4A'

red 90 ◦ green 28 ◦ blue 74

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

Shades of Pompadour #5A1C4A

Tints of Pompadour #5A1C4A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.58%

 BLUE value IS 74 (29.3% from 255) = 38.54%

R = 46.88%
G = 14.58%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#5A1C4A (or 0x5A1C4A) is known color: Pompadour. HEX triplet: 5A, 1C and 4A. RGB value is (90,28,74). Sum of RGB (Red+Green+Blue) = 90+28+74=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1C4A is #A5E3B5. Grayscale: #333333. Windows color (decimal): -10871734 or 4856922. OLE color: 4856922.

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

Color convert

RGB 90 28 74 -
CMYK 0 0.69 0.18 0.65
HSL 315.48º 0.53% 0.23% -
HSV(B) 315.48º 0.69% 0.35% -
XYZ 5.87 3.5 6.84 -
YUV 51.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 90 28 74 0 0.69 0.18 0.65 315.48 0.53 0.23
Hex 5A 1C 4A 0 45 12 41 13B 35 17
Octal 132 34 112 0 105 22 101 473 65 27
Binary 1011010 11100 1001010 0 1000101 10010 1000001 100111011 110101 10111

Color Harmonies of #5A1C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1C4A

Black with #5A1C4A

Text Example


Text Example

White with #5A1C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,28,74); }

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

background-color css

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

 a { background-color: rgb(90,28,74); }

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

border-color css

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

 span { border-color: rgb(90,28,74); }

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