#58080F

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

Shades of Bordeaux #58080F

Tints of Bordeaux #58080F

Color information

#58080F (or 0x58080F) is unknown color: approx Bordeaux. HEX triplet: 58, 08 and 0F. RGB value is (88,8,15). Sum of RGB (Red+Green+Blue) = 88+8+15=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #58080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58080F is #A7F7F0. Grayscale: #202020. Windows color (decimal): -11007985 or 985176. OLE color: 985176.

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

Color convert

RGB88815-
CMYK00.910.830.65
HSL354.75º83.33%18.82%-
HSV(B)354.75º90.91%34.51%-
XYZ4.22.280.67-
YUV32.72118167.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 79.28%
GREEN value IS 8 (3.52% from 255) = 7.21%
BLUE value IS 15 (6.25% from 255) = 13.51%
R=79.28%
G=7.21%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8881500.910.830.65354.7583.3318.82
Hex588F05B53411635313
Octal1301017013312310154312323
Binary1011000100011110101101110100111000001101100011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58080F; }

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

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

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

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

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

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

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

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