#5A081F

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

Shades of Bordeaux #5A081F

Tints of Bordeaux #5A081F

Color information

#5A081F (or 0x5A081F) is unknown color: approx Bordeaux. HEX triplet: 5A, 08 and 1F. RGB value is (90,8,31). Sum of RGB (Red+Green+Blue) = 90+8+31=129 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.77% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 90 - color contains mainly: red. Hex color #5A081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A081F is #A5F7E0. Grayscale: #232323. Windows color (decimal): -10876897 or 2033754. OLE color: 2033754.

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

Color convert

RGB90831-
CMYK00.910.660.65
HSL343.17º83.67%19.22%-
HSV(B)343.17º91.11%35.29%-
XYZ4.552.451.53-
YUV35.14125.67167.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 69.77%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=69.77%
G=6.20%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9083100.910.660.65343.1783.6719.22
Hex5A81F05B42411575413
Octal1321037013310210152712423
Binary10110101000111110101101110000101000001101010111101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,8,31); }

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

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

 a { background-color: rgb(90,8,31); }

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

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

 span { border-color: rgb(90,8,31); }

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