#5A0121

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

Shades of Bordeaux #5A0121

Tints of Bordeaux #5A0121

Color information

#5A0121 (or 0x5A0121) is unknown color: approx Bordeaux. HEX triplet: 5A, 01 and 21. RGB value is (90,1,33). Sum of RGB (Red+Green+Blue) = 90+1+33=124 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72.58% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0121 is #A5FEDE. Grayscale: #1F1F1F. Windows color (decimal): -10878687 or 2163034. OLE color: 2163034.

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

Color convert

RGB90133-
CMYK00.990.630.65
HSL338.43º97.8%17.84%-
HSV(B)338.43º98.89%35.29%-
XYZ4.52.311.65-
YUV31.26128.99169.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 72.58%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 33 (13.28% from 255) = 26.61%
R=72.58%
G=0.81%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9013300.990.630.65338.4397.817.84
Hex5A1210633F411526212
Octal13214101437710152214222
Binary10110101100001011000111111111000001101010010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,1,33); }

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

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

 a { background-color: rgb(90,1,33); }

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

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

 span { border-color: rgb(90,1,33); }

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