#5A0312

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

Shades of Bordeaux #5A0312

Tints of Bordeaux #5A0312

Color information

#5A0312 (or 0x5A0312) is unknown color: approx Bordeaux. HEX triplet: 5A, 03 and 12. RGB value is (90,3,18). Sum of RGB (Red+Green+Blue) = 90+3+18=111 (14% of max value = 765). Red value is 90 (35.55% from 255 or 81.08% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0312 is #A5FCED. Grayscale: #1E1E1E. Windows color (decimal): -10878190 or 1180506. OLE color: 1180506.

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

Color convert

RGB90318-
CMYK00.970.800.65
HSL349.66º93.55%18.24%-
HSV(B)349.66º96.67%35.29%-
XYZ4.362.280.78-
YUV30.72120.82170.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 81.08%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 18 (7.42% from 255) = 16.22%
R=81.08%
G=2.70%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9031800.970.800.65349.6693.5518.24
Hex5A312061504115e5e12
Octal132322014112010153613622
Binary101101011100100110000110100001000001101011110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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