#58050E

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

Shades of Bordeaux #58050E

Tints of Bordeaux #58050E

Color information

#58050E (or 0x58050E) is unknown color: approx Bordeaux. HEX triplet: 58, 05 and 0E. RGB value is (88,5,14). Sum of RGB (Red+Green+Blue) = 88+5+14=107 (14% of max value = 765). Red value is 88 (34.77% from 255 or 82.24% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 88 - color contains mainly: red. Hex color #58050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58050E is #A7FAF1. Grayscale: #1E1E1E. Windows color (decimal): -11008754 or 918872. OLE color: 918872.

HSL color Cylindrical-coordinate representation of color #58050E: hue angle of 353.49º 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 #58050E is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB88514-
CMYK00.940.840.65
HSL353.49º89.25%18.24%-
HSV(B)353.49º94.32%34.51%-
XYZ4.162.210.62-
YUV30.84118.5168.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 82.24%
GREEN value IS 5 (2.34% from 255) = 4.67%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=82.24%
G=4.67%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8851400.940.840.65353.4989.2518.24
Hex585E05E54411615912
Octal130516013612410154113122
Binary101100010111100101111010101001000001101100001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58050E; }

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

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

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

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

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

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

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

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