#5A0221

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

Shades of Bordeaux #5A0221

Tints of Bordeaux #5A0221

Color information

#5A0221 (or 0x5A0221) is unknown color: approx Bordeaux. HEX triplet: 5A, 02 and 21. RGB value is (90,2,33). Sum of RGB (Red+Green+Blue) = 90+2+33=125 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0221 is #A5FDDE. Grayscale: #1F1F1F. Windows color (decimal): -10878431 or 2163290. OLE color: 2163290.

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

Color convert

RGB90233-
CMYK00.980.630.65
HSL338.86º95.65%18.04%-
HSV(B)338.86º97.78%35.29%-
XYZ4.512.331.65-
YUV31.85128.65169.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 72%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=72%
G=1.6%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9023300.980.630.65338.8695.6518.04
Hex5A2210623F411536012
Octal13224101427710152314022
Binary101101010100001011000101111111000001101010011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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