Html Css Color HEX #5A154B Pompadour

📋 copy color: '#5A154B'

red 90 ◦ green 21 ◦ blue 75

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

Shades of Pompadour #5A154B

Tints of Pompadour #5A154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.29%

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

R = 48.39%
G = 11.29%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#5A154B (or 0x5A154B) is known color: Pompadour. HEX triplet: 5A, 15 and 4B. RGB value is (90,21,75). Sum of RGB (Red+Green+Blue) = 90+21+75=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 90 - color contains mainly: red. Hex color #5A154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A154B is #A5EAB4. Grayscale: #2F2F2F. Windows color (decimal): -10873525 or 4920666. OLE color: 4920666.

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

Color convert

RGB 90 21 75 -
CMYK 0 0.77 0.17 0.65
HSL 313.04º 0.62% 0.22% -
HSV(B) 313.04º 0.77% 0.35% -
XYZ 5.75 3.22 6.97 -
YUV 47.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 90 21 75 0 0.77 0.17 0.65 313.04 0.62 0.22
Hex 5A 15 4B 0 4D 11 41 139 3E 16
Octal 132 25 113 0 115 21 101 471 76 26
Binary 1011010 10101 1001011 0 1001101 10001 1000001 100111001 111110 10110

Color Harmonies of #5A154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A154B

Black with #5A154B

Text Example


Text Example

White with #5A154B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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