#58061E

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

Shades of Bordeaux #58061E

Tints of Bordeaux #58061E

Color information

#58061E (or 0x58061E) is unknown color: approx Bordeaux. HEX triplet: 58, 06 and 1E. RGB value is (88,6,30). Sum of RGB (Red+Green+Blue) = 88+6+30=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #58061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58061E is #A7F9E1. Grayscale: #212121. Windows color (decimal): -11008482 or 1967704. OLE color: 1967704.

HSL color Cylindrical-coordinate representation of color #58061E: hue angle of 342.44º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58061E is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB88630-
CMYK00.930.660.65
HSL342.44º87.23%18.43%-
HSV(B)342.44º93.18%34.51%-
XYZ4.322.31.44-
YUV33.25126.17167.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 70.97%
GREEN value IS 6 (2.73% from 255) = 4.84%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=70.97%
G=4.84%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8863000.930.660.65342.4487.2318.43
Hex5861E05D42411565712
Octal130636013510210152612722
Binary1011000110111100101110110000101000001101010110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,6,30); }

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

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

 a { background-color: rgb(88,6,30); }

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

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

 span { border-color: rgb(88,6,30); }

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