#5A0217

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

Shades of Bordeaux #5A0217

Tints of Bordeaux #5A0217

Color information

#5A0217 (or 0x5A0217) is unknown color: approx Bordeaux. HEX triplet: 5A, 02 and 17. RGB value is (90,2,23). Sum of RGB (Red+Green+Blue) = 90+2+23=115 (15% of max value = 765). Red value is 90 (35.55% from 255 or 78.26% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0217 is #A5FDE8. Grayscale: #1E1E1E. Windows color (decimal): -10878441 or 1507930. OLE color: 1507930.

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

Color convert

RGB90223-
CMYK00.980.740.65
HSL345.68º95.65%18.04%-
HSV(B)345.68º97.78%35.29%-
XYZ4.392.281.02-
YUV30.71123.65170.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 78.26%
GREEN value IS 2 (1.17% from 255) = 1.74%
BLUE value IS 23 (9.38% from 255) = 20%
R=78.26%
G=1.74%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9022300.980.740.65345.6895.6518.04
Hex5A2170624A4115a6012
Octal132227014211210153214022
Binary101101010101110110001010010101000001101011010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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