#5A030B

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

Shades of Bordeaux #5A030B

Tints of Bordeaux #5A030B

Color information

#5A030B (or 0x5A030B) is unknown color: approx Bordeaux. HEX triplet: 5A, 03 and 0B. RGB value is (90,3,11). Sum of RGB (Red+Green+Blue) = 90+3+11=104 (13% of max value = 765). Red value is 90 (35.55% from 255 or 86.54% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 90 - color contains mainly: red. Hex color #5A030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A030B is #A5FCF4. Grayscale: #1D1D1D. Windows color (decimal): -10878197 or 721754. OLE color: 721754.

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

Color convert

RGB90311-
CMYK00.970.880.65
HSL354.48º93.55%18.24%-
HSV(B)354.48º96.67%35.29%-
XYZ4.312.260.53-
YUV29.92117.32170.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 86.54%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 11 (4.69% from 255) = 10.58%
R=86.54%
G=2.88%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9031100.970.880.65354.4893.5518.24
Hex5A3B06158411625e12
Octal132313014113010154213622
Binary10110101110110110000110110001000001101100010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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