Html Css Color HEX #5A1C39 Pompadour

📋 copy color: '#5A1C39'

red 90 ◦ green 28 ◦ blue 57

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

Shades of Pompadour #5A1C39

Tints of Pompadour #5A1C39

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16%

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

R = 51.43%
G = 16%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#5A1C39 (or 0x5A1C39) is known color: Pompadour. HEX triplet: 5A, 1C and 39. RGB value is (90,28,57). Sum of RGB (Red+Green+Blue) = 90+28+57=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1C39 is #A5E3C6. Grayscale: #313131. Windows color (decimal): -10871751 or 3742810. OLE color: 3742810.

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

Color convert

RGB 90 28 57 -
CMYK 0 0.69 0.37 0.65
HSL 331.94º 0.53% 0.23% -
HSV(B) 331.94º 0.69% 0.35% -
XYZ 5.37 3.3 4.22 -
YUV 49.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 90 28 57 0 0.69 0.37 0.65 331.94 0.53 0.23
Hex 5A 1C 39 0 45 25 41 14C 35 17
Octal 132 34 71 0 105 45 101 514 65 27
Binary 1011010 11100 111001 0 1000101 100101 1000001 101001100 110101 10111

Color Harmonies of #5A1C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1C39

Black with #5A1C39

Text Example


Text Example

White with #5A1C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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