#5A051B

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

Shades of Bordeaux #5A051B

Tints of Bordeaux #5A051B

Color information

#5A051B (or 0x5A051B) is unknown color: approx Bordeaux. HEX triplet: 5A, 05 and 1B. RGB value is (90,5,27). Sum of RGB (Red+Green+Blue) = 90+5+27=122 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.77% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 90 - color contains mainly: red. Hex color #5A051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A051B is #A5FAE4. Grayscale: #202020. Windows color (decimal): -10877669 or 1770842. OLE color: 1770842.

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

Color convert

RGB90527-
CMYK00.940.700.65
HSL344.47º89.47%18.63%-
HSV(B)344.47º94.44%35.29%-
XYZ4.472.361.26-
YUV32.92124.66168.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 73.77%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 27 (10.94% from 255) = 22.13%
R=73.77%
G=4.10%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9052700.940.700.65344.4789.4718.63
Hex5A51B05E46411585913
Octal132533013610610153013123
Binary1011010101110110101111010001101000001101011000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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