#58051F

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

Shades of Bordeaux #58051F

Tints of Bordeaux #58051F

Color information

#58051F (or 0x58051F) is unknown color: approx Bordeaux. HEX triplet: 58, 05 and 1F. RGB value is (88,5,31). Sum of RGB (Red+Green+Blue) = 88+5+31=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #58051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58051F is #A7FAE0. Grayscale: #202020. Windows color (decimal): -11008737 or 2032984. OLE color: 2032984.

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

Color convert

RGB88531-
CMYK00.940.650.65
HSL341.2º89.25%18.24%-
HSV(B)341.2º94.32%34.51%-
XYZ4.332.281.51-
YUV32.78127167.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 70.97%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 31 (12.5% from 255) = 25%
R=70.97%
G=4.03%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8853100.940.650.65341.289.2518.24
Hex5851F05E41411555912
Octal130537013610110152513122
Binary1011000101111110101111010000011000001101010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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