#58112B

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

Shades of Bordeaux #58112B

Tints of Bordeaux #58112B

Color information

#58112B (or 0x58112B) is unknown color: approx Bordeaux. HEX triplet: 58, 11 and 2B. RGB value is (88,17,43). Sum of RGB (Red+Green+Blue) = 88+17+43=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #58112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58112B is #A7EED4. Grayscale: #292929. Windows color (decimal): -11005653 or 2822488. OLE color: 2822488.

HSL color Cylindrical-coordinate representation of color #58112B: hue angle of 338.03º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #58112B is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB881743-
CMYK00.810.510.65
HSL338.03º67.62%20.59%-
HSV(B)338.03º80.68%34.51%-
XYZ4.662.652.55-
YUV41.19129.02161.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.46%
GREEN value IS 17 (7.03% from 255) = 11.49%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=59.46%
G=11.49%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88174300.810.510.65338.0367.6220.59
Hex58112B05133411524415
Octal130215301216310152210425
Binary101100010001101011010100011100111000001101010010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,17,43); }

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

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

 a { background-color: rgb(88,17,43); }

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

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

 span { border-color: rgb(88,17,43); }

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