Html Css Color HEX #5A153F Pompadour

📋 copy color: '#5A153F'

red 90 ◦ green 21 ◦ blue 63

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

Shades of Pompadour #5A153F

Tints of Pompadour #5A153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.21%

R = 51.72%
G = 12.07%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#5A153F (or 0x5A153F) is known color: Pompadour. HEX triplet: 5A, 15 and 3F. RGB value is (90,21,63). Sum of RGB (Red+Green+Blue) = 90+21+63=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A153F is #A5EAC0. Grayscale: #2E2E2E. Windows color (decimal): -10873537 or 4134234. OLE color: 4134234.

HSL color Cylindrical-coordinate representation of color #5A153F: hue angle of 323.48º 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 #5A153F is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 21 63 -
CMYK 0 0.77 0.30 0.65
HSL 323.48º 0.62% 0.22% -
HSV(B) 323.48º 0.77% 0.35% -
XYZ 5.38 3.07 5.01 -
YUV 46.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 90 21 63 0 0.77 0.30 0.65 323.48 0.62 0.22
Hex 5A 15 3F 0 4D 1E 41 143 3E 16
Octal 132 25 77 0 115 36 101 503 76 26
Binary 1011010 10101 111111 0 1001101 11110 1000001 101000011 111110 10110

Color Harmonies of #5A153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A153F

Black with #5A153F

Text Example


Text Example

White with #5A153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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