Html Css Color HEX #5A174A Pompadour

📋 copy color: '#5A174A'

red 90 ◦ green 23 ◦ blue 74

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

Shades of Pompadour #5A174A

Tints of Pompadour #5A174A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.3%

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

R = 48.13%
G = 12.3%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#5A174A (or 0x5A174A) is known color: Pompadour. HEX triplet: 5A, 17 and 4A. RGB value is (90,23,74). Sum of RGB (Red+Green+Blue) = 90+23+74=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A174A is #A5E8B5. Grayscale: #303030. Windows color (decimal): -10873014 or 4855642. OLE color: 4855642.

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

Color convert

RGB 90 23 74 -
CMYK 0 0.74 0.18 0.65
HSL 314.33º 0.59% 0.22% -
HSV(B) 314.33º 0.74% 0.35% -
XYZ 5.76 3.28 6.81 -
YUV 48.85 142.2 157.35 -
System Red Green Blue C M Y K H S L
Decimal 90 23 74 0 0.74 0.18 0.65 314.33 0.59 0.22
Hex 5A 17 4A 0 4A 12 41 13A 3B 16
Octal 132 27 112 0 112 22 101 472 73 26
Binary 1011010 10111 1001010 0 1001010 10010 1000001 100111010 111011 10110

Color Harmonies of #5A174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A174A

Black with #5A174A

Text Example


Text Example

White with #5A174A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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