#5A021B

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

Shades of Bordeaux #5A021B

Tints of Bordeaux #5A021B

Color information

#5A021B (or 0x5A021B) is unknown color: approx Bordeaux. HEX triplet: 5A, 02 and 1B. RGB value is (90,2,27). Sum of RGB (Red+Green+Blue) = 90+2+27=119 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75.63% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 90 - color contains mainly: red. Hex color #5A021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A021B is #A5FDE4. Grayscale: #1F1F1F. Windows color (decimal): -10878437 or 1770074. OLE color: 1770074.

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

Color convert

RGB90227-
CMYK00.980.700.65
HSL342.95º95.65%18.04%-
HSV(B)342.95º97.78%35.29%-
XYZ4.442.31.25-
YUV31.16125.65169.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 75.63%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=75.63%
G=1.68%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9022700.980.700.65342.9595.6518.04
Hex5A21B06246411576012
Octal132233014210610152714022
Binary101101010110110110001010001101000001101010111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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