#58132D

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

Shades of Bordeaux #58132D

Tints of Bordeaux #58132D

Color information

#58132D (or 0x58132D) is unknown color: approx Bordeaux. HEX triplet: 58, 13 and 2D. RGB value is (88,19,45). Sum of RGB (Red+Green+Blue) = 88+19+45=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58132D is #A7ECD2. Grayscale: #2A2A2A. Windows color (decimal): -11005139 or 2954072. OLE color: 2954072.

HSL color Cylindrical-coordinate representation of color #58132D: hue angle of 337.39º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58132D is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB881945-
CMYK00.780.490.65
HSL337.39º64.49%20.98%-
HSV(B)337.39º78.41%34.51%-
XYZ4.732.732.76-
YUV42.6129.36160.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.89%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 45 (17.97% from 255) = 29.61%
R=57.89%
G=12.5%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88194500.780.490.65337.3964.4920.98
Hex58132D04E31411514015
Octal130235501166110152110025
Binary101100010011101101010011101100011000001101010001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,19,45); }

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

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

 a { background-color: rgb(88,19,45); }

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

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

 span { border-color: rgb(88,19,45); }

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