#5A030D

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

Shades of Bordeaux #5A030D

Tints of Bordeaux #5A030D

Color information

#5A030D (or 0x5A030D) is unknown color: approx Bordeaux. HEX triplet: 5A, 03 and 0D. RGB value is (90,3,13). Sum of RGB (Red+Green+Blue) = 90+3+13=106 (14% of max value = 765). Red value is 90 (35.55% from 255 or 84.91% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 90 - color contains mainly: red. Hex color #5A030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A030D is #A5FCF2. Grayscale: #1E1E1E. Windows color (decimal): -10878195 or 852826. OLE color: 852826.

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

Color convert

RGB90313-
CMYK00.970.860.65
HSL353.1º93.55%18.24%-
HSV(B)353.1º96.67%35.29%-
XYZ4.322.270.59-
YUV30.15118.32170.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 84.91%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=84.91%
G=2.83%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9031300.970.860.65353.193.5518.24
Hex5A3D06156411615e12
Octal132315014112610154113622
Binary10110101111010110000110101101000001101100001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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