#5A030E

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

Shades of Bordeaux #5A030E

Tints of Bordeaux #5A030E

Color information

#5A030E (or 0x5A030E) is unknown color: approx Bordeaux. HEX triplet: 5A, 03 and 0E. RGB value is (90,3,14). Sum of RGB (Red+Green+Blue) = 90+3+14=107 (14% of max value = 765). Red value is 90 (35.55% from 255 or 84.11% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 90 - color contains mainly: red. Hex color #5A030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A030E is #A5FCF1. Grayscale: #1E1E1E. Windows color (decimal): -10878194 or 918362. OLE color: 918362.

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

Color convert

RGB90314-
CMYK00.970.840.65
HSL352.41º93.55%18.24%-
HSV(B)352.41º96.67%35.29%-
XYZ4.332.270.63-
YUV30.27118.82170.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 84.11%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=84.11%
G=2.80%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9031400.970.840.65352.4193.5518.24
Hex5A3E06154411605e12
Octal132316014112410154013622
Binary10110101111100110000110101001000001101100000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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