#5A0524

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

Shades of Bordeaux #5A0524

Tints of Bordeaux #5A0524

Color information

#5A0524 (or 0x5A0524) is unknown color: approx Bordeaux. HEX triplet: 5A, 05 and 24. RGB value is (90,5,36). Sum of RGB (Red+Green+Blue) = 90+5+36=131 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.70% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0524 is #A5FADB. Grayscale: #212121. Windows color (decimal): -10877660 or 2360666. OLE color: 2360666.

HSL color Cylindrical-coordinate representation of color #5A0524: hue angle of 338.12º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0524 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB90536-
CMYK00.940.600.65
HSL338.12º89.47%18.63%-
HSV(B)338.12º94.44%35.29%-
XYZ4.592.411.89-
YUV33.95129.16167.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 68.70%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 36 (14.45% from 255) = 27.48%
R=68.70%
G=3.82%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9053600.940.600.65338.1289.4718.63
Hex5A52405E3C411525913
Octal13254401367410152213123
Binary1011010101100100010111101111001000001101010010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,5,36); }

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

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

 a { background-color: rgb(90,5,36); }

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

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

 span { border-color: rgb(90,5,36); }

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