#580521

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

Shades of Bordeaux #580521

Tints of Bordeaux #580521

Color information

#580521 (or 0x580521) is unknown color: approx Bordeaux. HEX triplet: 58, 05 and 21. RGB value is (88,5,33). Sum of RGB (Red+Green+Blue) = 88+5+33=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #580521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580521 is #A7FADE. Grayscale: #202020. Windows color (decimal): -11008735 or 2164056. OLE color: 2164056.

HSL color Cylindrical-coordinate representation of color #580521: hue angle of 339.76º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580521 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB88533-
CMYK00.940.620.65
HSL339.76º89.25%18.24%-
HSV(B)339.76º94.32%34.51%-
XYZ4.352.291.65-
YUV33.01128167.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 69.84%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=69.84%
G=3.97%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8853300.940.620.65339.7689.2518.24
Hex5852105E3E411545912
Octal13054101367610152413122
Binary1011000101100001010111101111101000001101010100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580521; }

 p { color: rgb(88,5,33); }

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

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

 a { background-color: rgb(88,5,33); }

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

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

 span { border-color: rgb(88,5,33); }

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