#580721

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

Shades of Bordeaux #580721

Tints of Bordeaux #580721

Color information

#580721 (or 0x580721) is unknown color: approx Bordeaux. HEX triplet: 58, 07 and 21. RGB value is (88,7,33). Sum of RGB (Red+Green+Blue) = 88+7+33=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #580721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580721 is #A7F8DE. Grayscale: #222222. Windows color (decimal): -11008223 or 2164568. OLE color: 2164568.

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

Color convert

RGB88733-
CMYK00.920.620.65
HSL340.74º85.26%18.63%-
HSV(B)340.74º92.05%34.51%-
XYZ4.372.341.66-
YUV34.18127.34166.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.75%
GREEN value IS 7 (3.12% from 255) = 5.47%
BLUE value IS 33 (13.28% from 255) = 25.78%
R=68.75%
G=5.47%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8873300.920.620.65340.7485.2618.63
Hex5872105C3E411555513
Octal13074101347610152512523
Binary1011000111100001010111001111101000001101010101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580721; }

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

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

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

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

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

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

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

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