#5A011E

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

Shades of Bordeaux #5A011E

Tints of Bordeaux #5A011E

Color information

#5A011E (or 0x5A011E) is unknown color: approx Bordeaux. HEX triplet: 5A, 01 and 1E. RGB value is (90,1,30). Sum of RGB (Red+Green+Blue) = 90+1+30=121 (16% of max value = 765). Red value is 90 (35.55% from 255 or 74.38% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 90 - color contains mainly: red. Hex color #5A011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A011E is #A5FEE1. Grayscale: #1E1E1E. Windows color (decimal): -10878690 or 1966426. OLE color: 1966426.

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

Color convert

RGB90130-
CMYK00.990.670.65
HSL340.45º97.8%17.84%-
HSV(B)340.45º98.89%35.29%-
XYZ4.462.291.43-
YUV30.92127.49170.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 74.38%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=74.38%
G=0.83%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9013000.990.670.65340.4597.817.84
Hex5A11E06343411546212
Octal132136014310310152414222
Binary10110101111100110001110000111000001101010100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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