#58051D

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

Shades of Bordeaux #58051D

Tints of Bordeaux #58051D

Color information

#58051D (or 0x58051D) is unknown color: approx Bordeaux. HEX triplet: 58, 05 and 1D. RGB value is (88,5,29). Sum of RGB (Red+Green+Blue) = 88+5+29=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #58051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58051D is #A7FAE2. Grayscale: #202020. Windows color (decimal): -11008739 or 1901912. OLE color: 1901912.

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

Color convert

RGB88529-
CMYK00.940.670.65
HSL342.65º89.25%18.24%-
HSV(B)342.65º94.32%34.51%-
XYZ4.32.271.37-
YUV32.55126167.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.13%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=72.13%
G=4.10%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8852900.940.670.65342.6589.2518.24
Hex5851D05E43411575912
Octal130535013610310152713122
Binary1011000101111010101111010000111000001101010111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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