#580309

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

Shades of Bordeaux #580309

Tints of Bordeaux #580309

Color information

#580309 (or 0x580309) is unknown color: approx Bordeaux. HEX triplet: 58, 03 and 09. RGB value is (88,3,9). Sum of RGB (Red+Green+Blue) = 88+3+9=100 (13% of max value = 765). Red value is 88 (34.77% from 255 or 88% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 88 - color contains mainly: red. Hex color #580309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580309 is #A7FCF6. Grayscale: #1D1D1D. Windows color (decimal): -11009271 or 590680. OLE color: 590680.

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

Color convert

RGB8839-
CMYK00.970.900.65
HSL355.76º93.41%17.84%-
HSV(B)355.76º96.59%34.51%-
XYZ4.112.160.46-
YUV29.1116.66170.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 88%
GREEN value IS 3 (1.56% from 255) = 3%
BLUE value IS 9 (3.91% from 255) = 9%
R=88%
G=3%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal883900.970.900.65355.7693.4117.84
Hex58390615A411645d12
Octal130311014113210154413522
Binary10110001110010110000110110101000001101100100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580309; }

 p { color: rgb(88,3,9); }

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

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

 a { background-color: rgb(88,3,9); }

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

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

 span { border-color: rgb(88,3,9); }

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