#5A051A

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

Shades of Bordeaux #5A051A

Tints of Bordeaux #5A051A

Color information

#5A051A (or 0x5A051A) is unknown color: approx Bordeaux. HEX triplet: 5A, 05 and 1A. RGB value is (90,5,26). Sum of RGB (Red+Green+Blue) = 90+5+26=121 (16% of max value = 765). Red value is 90 (35.55% from 255 or 74.38% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 90 - color contains mainly: red. Hex color #5A051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A051A is #A5FAE5. Grayscale: #202020. Windows color (decimal): -10877670 or 1705306. OLE color: 1705306.

HSL color Cylindrical-coordinate representation of color #5A051A: hue angle of 345.18º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A051A is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB90526-
CMYK00.940.710.65
HSL345.18º89.47%18.63%-
HSV(B)345.18º94.44%35.29%-
XYZ4.462.361.2-
YUV32.81124.16168.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 74.38%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 26 (10.55% from 255) = 21.49%
R=74.38%
G=4.13%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9052600.940.710.65345.1889.4718.63
Hex5A51A05E47411595913
Octal132532013610710153113123
Binary1011010101110100101111010001111000001101011001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,5,26); }

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

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

 a { background-color: rgb(90,5,26); }

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

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

 span { border-color: rgb(90,5,26); }

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