#5A011D

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

Shades of Bordeaux #5A011D

Tints of Bordeaux #5A011D

Color information

#5A011D (or 0x5A011D) is unknown color: approx Bordeaux. HEX triplet: 5A, 01 and 1D. RGB value is (90,1,29). Sum of RGB (Red+Green+Blue) = 90+1+29=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A011D is #A5FEE2. Grayscale: #1E1E1E. Windows color (decimal): -10878691 or 1900890. OLE color: 1900890.

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

Color convert

RGB90129-
CMYK00.990.680.65
HSL341.12º97.8%17.84%-
HSV(B)341.12º98.89%35.29%-
XYZ4.452.281.37-
YUV30.8126.99170.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=75%
G=0.83%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9012900.990.680.65341.1297.817.84
Hex5A11D06344411556212
Octal132135014310410152514222
Binary10110101111010110001110001001000001101010101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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