#58081F

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

Shades of Bordeaux #58081F

Tints of Bordeaux #58081F

Color information

#58081F (or 0x58081F) is unknown color: approx Bordeaux. HEX triplet: 58, 08 and 1F. RGB value is (88,8,31). Sum of RGB (Red+Green+Blue) = 88+8+31=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #58081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58081F is #A7F7E0. Grayscale: #222222. Windows color (decimal): -11007969 or 2033752. OLE color: 2033752.

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

Color convert

RGB88831-
CMYK00.910.650.65
HSL342.75º83.33%18.82%-
HSV(B)342.75º90.91%34.51%-
XYZ4.362.351.52-
YUV34.54126166.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 69.29%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 31 (12.5% from 255) = 24.41%
R=69.29%
G=6.30%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8883100.910.650.65342.7583.3318.82
Hex5881F05B41411575313
Octal1301037013310110152712323
Binary10110001000111110101101110000011000001101010111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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