#5A0120

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

Shades of Bordeaux #5A0120

Tints of Bordeaux #5A0120

Color information

#5A0120 (or 0x5A0120) is unknown color: approx Bordeaux. HEX triplet: 5A, 01 and 20. RGB value is (90,1,32). Sum of RGB (Red+Green+Blue) = 90+1+32=123 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.17% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0120 is #A5FEDF. Grayscale: #1F1F1F. Windows color (decimal): -10878688 or 2097498. OLE color: 2097498.

HSL color Cylindrical-coordinate representation of color #5A0120: hue angle of 339.1º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A0120 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB90132-
CMYK00.990.640.65
HSL339.1º97.8%17.84%-
HSV(B)339.1º98.89%35.29%-
XYZ4.492.31.57-
YUV31.14128.49169.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 73.17%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=73.17%
G=0.81%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9013200.990.640.65339.197.817.84
Hex5A12006340411536212
Octal132140014310010152314222
Binary101101011000000110001110000001000001101010011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,1,32); }

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

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

 a { background-color: rgb(90,1,32); }

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

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

 span { border-color: rgb(90,1,32); }

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