#5A020E

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

Shades of Bordeaux #5A020E

Tints of Bordeaux #5A020E

Color information

#5A020E (or 0x5A020E) is unknown color: approx Bordeaux. HEX triplet: 5A, 02 and 0E. RGB value is (90,2,14). Sum of RGB (Red+Green+Blue) = 90+2+14=106 (14% of max value = 765). Red value is 90 (35.55% from 255 or 84.91% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 90 - color contains mainly: red. Hex color #5A020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A020E is #A5FDF1. Grayscale: #1D1D1D. Windows color (decimal): -10878450 or 918106. OLE color: 918106.

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

Color convert

RGB90214-
CMYK00.980.840.65
HSL351.82º95.65%18.04%-
HSV(B)351.82º97.78%35.29%-
XYZ4.322.250.62-
YUV29.68119.15171.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 84.91%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 14 (5.86% from 255) = 13.21%
R=84.91%
G=1.89%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9021400.980.840.65351.8295.6518.04
Hex5A2E06254411606012
Octal132216014212410154014022
Binary10110101011100110001010101001000001101100000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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