#580F29

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

Shades of Bordeaux #580F29

Tints of Bordeaux #580F29

Color information

#580F29 (or 0x580F29) is unknown color: approx Bordeaux. HEX triplet: 58, 0F and 29. RGB value is (88,15,41). Sum of RGB (Red+Green+Blue) = 88+15+41=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #580F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F29 is #A7F0D6. Grayscale: #272727. Windows color (decimal): -11006167 or 2690904. OLE color: 2690904.

HSL color Cylindrical-coordinate representation of color #580F29: hue angle of 338.63º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #580F29 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB881541-
CMYK00.830.530.65
HSL338.63º70.87%20.2%-
HSV(B)338.63º82.95%34.51%-
XYZ4.62.582.35-
YUV39.79128.68162.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.11%
GREEN value IS 15 (6.25% from 255) = 10.42%
BLUE value IS 41 (16.41% from 255) = 28.47%
R=61.11%
G=10.42%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88154100.830.530.65338.6370.8720.2
Hex58F2905335411534714
Octal130175101236510152310724
Binary10110001111101001010100111101011000001101010011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580F29; }

 p { color: rgb(88,15,41); }

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

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

 a { background-color: rgb(88,15,41); }

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

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

 span { border-color: rgb(88,15,41); }

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