#5A0316

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

Shades of Bordeaux #5A0316

Tints of Bordeaux #5A0316

Color information

#5A0316 (or 0x5A0316) is unknown color: approx Bordeaux. HEX triplet: 5A, 03 and 16. RGB value is (90,3,22). Sum of RGB (Red+Green+Blue) = 90+3+22=115 (15% of max value = 765). Red value is 90 (35.55% from 255 or 78.26% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0316 is #A5FCE9. Grayscale: #1F1F1F. Windows color (decimal): -10878186 or 1442650. OLE color: 1442650.

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

Color convert

RGB90322-
CMYK00.970.760.65
HSL346.9º93.55%18.24%-
HSV(B)346.9º96.67%35.29%-
XYZ4.392.30.97-
YUV31.18122.82169.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 78.26%
GREEN value IS 3 (1.56% from 255) = 2.61%
BLUE value IS 22 (8.98% from 255) = 19.13%
R=78.26%
G=2.61%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9032200.970.760.65346.993.5518.24
Hex5A3160614C4115b5e12
Octal132326014111410153313622
Binary101101011101100110000110011001000001101011011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,3,22); }

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

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

 a { background-color: rgb(90,3,22); }

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

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

 span { border-color: rgb(90,3,22); }

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