#5A1E3A

Color #5A1E3A Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #5A1E3A

Tints of Pompadour #5A1E3A

Color information

#5A1E3A (or 0x5A1E3A) is unknown color: approx Pompadour. HEX triplet: 5A, 1E and 3A. RGB value is (90,30,58). Sum of RGB (Red+Green+Blue) = 90+30+58=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1E3A is #A5E1C5. Grayscale: #333333. Windows color (decimal): -10871238 or 3808858. OLE color: 3808858.

HSL color Cylindrical-coordinate representation of color #5A1E3A: hue angle of 332º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A1E3A is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB903058-
CMYK00.670.360.65
HSL332º50%23.53%-
HSV(B)332º66.67%35.29%-
XYZ5.443.414.37-
YUV51.13131.88155.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.56%
GREEN value IS 30 (12.11% from 255) = 16.85%
BLUE value IS 58 (23.05% from 255) = 32.58%
R=50.56%
G=16.85%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90305800.670.360.653325023.53
Hex5A1E3A043244114c3218
Octal13236720103441015146230
Binary10110101111011101001000011100100100000110100110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,30,58); }

 H1.HeaderClassName
 {
   color: #5A1E3A;
 }
 .AnyTagClassName
 {
   color: #5A1E3A;
 }
</style>
background-color css

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

 a { background-color: rgb(90,30,58); }

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

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

 span { border-color: rgb(90,30,58); }

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