#5A010B

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

Shades of Bordeaux #5A010B

Tints of Bordeaux #5A010B

Color information

#5A010B (or 0x5A010B) is unknown color: approx Bordeaux. HEX triplet: 5A, 01 and 0B. RGB value is (90,1,11). Sum of RGB (Red+Green+Blue) = 90+1+11=102 (13% of max value = 765). Red value is 90 (35.55% from 255 or 88.24% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 90 - color contains mainly: red. Hex color #5A010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A010B is #A5FEF4. Grayscale: #1C1C1C. Windows color (decimal): -10878709 or 721242. OLE color: 721242.

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

Color convert

RGB90111-
CMYK00.990.880.65
HSL353.26º97.8%17.84%-
HSV(B)353.26º98.89%35.29%-
XYZ4.292.220.52-
YUV28.75117.99171.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 88.24%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 11 (4.69% from 255) = 10.78%
R=88.24%
G=0.98%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9011100.990.880.65353.2697.817.84
Hex5A1B06358411616212
Octal132113014313010154114222
Binary1011010110110110001110110001000001101100001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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