#5A0110

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

Shades of Bordeaux #5A0110

Tints of Bordeaux #5A0110

Color information

#5A0110 (or 0x5A0110) is unknown color: approx Bordeaux. HEX triplet: 5A, 01 and 10. RGB value is (90,1,16). Sum of RGB (Red+Green+Blue) = 90+1+16=107 (14% of max value = 765). Red value is 90 (35.55% from 255 or 84.11% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0110 is #A5FEEF. Grayscale: #1D1D1D. Windows color (decimal): -10878704 or 1048922. OLE color: 1048922.

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

Color convert

RGB90116-
CMYK00.990.820.65
HSL349.89º97.8%17.84%-
HSV(B)349.89º98.89%35.29%-
XYZ4.322.230.69-
YUV29.32120.49171.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 84.11%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=84.11%
G=0.93%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9011600.990.820.65349.8997.817.84
Hex5A110063524115e6212
Octal132120014312210153614222
Binary10110101100000110001110100101000001101011110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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