#5A1D3F

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

Shades of Pompadour #5A1D3F

Tints of Pompadour #5A1D3F

Color information

#5A1D3F (or 0x5A1D3F) is unknown color: approx Pompadour. HEX triplet: 5A, 1D and 3F. RGB value is (90,29,63). Sum of RGB (Red+Green+Blue) = 90+29+63=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1D3F is #A5E2C0. Grayscale: #333333. Windows color (decimal): -10871489 or 4136282. OLE color: 4136282.

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

Color convert

RGB902963-
CMYK00.680.300.65
HSL326.56º51.26%23.33%-
HSV(B)326.56º67.78%35.29%-
XYZ5.553.415.07-
YUV51.12134.71155.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.45%
GREEN value IS 29 (11.72% from 255) = 15.93%
BLUE value IS 63 (25% from 255) = 34.62%
R=49.45%
G=15.93%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90296300.680.300.65326.5651.2623.33
Hex5A1D3F0441E411473317
Octal13235770104361015076327
Binary1011010111011111110100010011110100000110100011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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