#58051B

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

Shades of Bordeaux #58051B

Tints of Bordeaux #58051B

Color information

#58051B (or 0x58051B) is unknown color: approx Bordeaux. HEX triplet: 58, 05 and 1B. RGB value is (88,5,27). Sum of RGB (Red+Green+Blue) = 88+5+27=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #58051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58051B is #A7FAE4. Grayscale: #202020. Windows color (decimal): -11008741 or 1770840. OLE color: 1770840.

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

Color convert

RGB88527-
CMYK00.940.690.65
HSL344.1º89.25%18.24%-
HSV(B)344.1º94.32%34.51%-
XYZ4.282.261.25-
YUV32.32125167.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 73.33%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=73.33%
G=4.17%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8852700.940.690.65344.189.2518.24
Hex5851B05E45411585912
Octal130533013610510153013122
Binary1011000101110110101111010001011000001101011000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58051B; }

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

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

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

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

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

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

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

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