Html Css Color HEX #5A194B Pompadour

📋 copy color: '#5A194B'

red 90 ◦ green 25 ◦ blue 75

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

Shades of Pompadour #5A194B

Tints of Pompadour #5A194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.47%

R = 47.37%
G = 13.16%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#5A194B (or 0x5A194B) is known color: Pompadour. HEX triplet: 5A, 19 and 4B. RGB value is (90,25,75). Sum of RGB (Red+Green+Blue) = 90+25+75=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A194B is #A5E6B4. Grayscale: #323232. Windows color (decimal): -10872501 or 4921690. OLE color: 4921690.

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

Color convert

RGB 90 25 75 -
CMYK 0 0.72 0.17 0.65
HSL 313.85º 0.57% 0.23% -
HSV(B) 313.85º 0.72% 0.35% -
XYZ 5.83 3.38 7 -
YUV 50.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 90 25 75 0 0.72 0.17 0.65 313.85 0.57 0.23
Hex 5A 19 4B 0 48 11 41 13A 39 17
Octal 132 31 113 0 110 21 101 472 71 27
Binary 1011010 11001 1001011 0 1001000 10001 1000001 100111010 111001 10111

Color Harmonies of #5A194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A194B

Black with #5A194B

Text Example


Text Example

White with #5A194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,25,75); }

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

background-color css

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

 a { background-color: rgb(90,25,75); }

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

border-color css

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

 span { border-color: rgb(90,25,75); }

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