#5A0411

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

Shades of Bordeaux #5A0411

Tints of Bordeaux #5A0411

Color information

#5A0411 (or 0x5A0411) is unknown color: approx Bordeaux. HEX triplet: 5A, 04 and 11. RGB value is (90,4,17). Sum of RGB (Red+Green+Blue) = 90+4+17=111 (14% of max value = 765). Red value is 90 (35.55% from 255 or 81.08% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0411 is #A5FBEE. Grayscale: #1F1F1F. Windows color (decimal): -10877935 or 1115226. OLE color: 1115226.

HSL color Cylindrical-coordinate representation of color #5A0411: hue angle of 350.93º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0411 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB90417-
CMYK00.960.810.65
HSL350.93º91.49%18.43%-
HSV(B)350.93º95.56%35.29%-
XYZ4.362.30.74-
YUV31.2119.99169.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 81.08%
GREEN value IS 4 (1.95% from 255) = 3.60%
BLUE value IS 17 (7.03% from 255) = 15.32%
R=81.08%
G=3.60%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9041700.960.810.65350.9391.4918.43
Hex5A411060514115f5b12
Octal132421014012110153713322
Binary1011010100100010110000010100011000001101011111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,4,17); }

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

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

 a { background-color: rgb(90,4,17); }

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

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

 span { border-color: rgb(90,4,17); }

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