Html Css Color HEX #5A1939 Pompadour

📋 copy color: '#5A1939'

red 90 ◦ green 25 ◦ blue 57

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

Shades of Pompadour #5A1939

Tints of Pompadour #5A1939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 33.14%

R = 52.33%
G = 14.53%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#5A1939 (or 0x5A1939) is known color: Pompadour. HEX triplet: 5A, 19 and 39. RGB value is (90,25,57). Sum of RGB (Red+Green+Blue) = 90+25+57=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1939 is #A5E6C6. Grayscale: #303030. Windows color (decimal): -10872519 or 3742042. OLE color: 3742042.

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

Color convert

RGB 90 25 57 -
CMYK 0 0.72 0.37 0.65
HSL 330.46º 0.57% 0.23% -
HSV(B) 330.46º 0.72% 0.35% -
XYZ 5.3 3.16 4.2 -
YUV 48.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 90 25 57 0 0.72 0.37 0.65 330.46 0.57 0.23
Hex 5A 19 39 0 48 25 41 14A 39 17
Octal 132 31 71 0 110 45 101 512 71 27
Binary 1011010 11001 111001 0 1001000 100101 1000001 101001010 111001 10111

Color Harmonies of #5A1939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1939

Black with #5A1939

Text Example


Text Example

White with #5A1939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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