#5A0116

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

Shades of Bordeaux #5A0116

Tints of Bordeaux #5A0116

Color information

#5A0116 (or 0x5A0116) is unknown color: approx Bordeaux. HEX triplet: 5A, 01 and 16. RGB value is (90,1,22). Sum of RGB (Red+Green+Blue) = 90+1+22=113 (14% of max value = 765). Red value is 90 (35.55% from 255 or 79.65% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0116 is #A5FEE9. Grayscale: #1E1E1E. Windows color (decimal): -10878698 or 1442138. OLE color: 1442138.

HSL color Cylindrical-coordinate representation of color #5A0116: hue angle of 345.84º 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 #5A0116 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB90122-
CMYK00.990.760.65
HSL345.84º97.8%17.84%-
HSV(B)345.84º98.89%35.29%-
XYZ4.372.250.96-
YUV30123.49170.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 79.65%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=79.65%
G=0.88%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9012200.990.760.65345.8497.817.84
Hex5A1160634C4115a6212
Octal132126014311410153214222
Binary10110101101100110001110011001000001101011010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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