#58132B

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

Shades of Bordeaux #58132B

Tints of Bordeaux #58132B

Color information

#58132B (or 0x58132B) is unknown color: approx Bordeaux. HEX triplet: 58, 13 and 2B. RGB value is (88,19,43). Sum of RGB (Red+Green+Blue) = 88+19+43=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #58132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58132B is #A7ECD4. Grayscale: #2A2A2A. Windows color (decimal): -11005141 or 2823000. OLE color: 2823000.

HSL color Cylindrical-coordinate representation of color #58132B: hue angle of 339.13º 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 #58132B is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB881943-
CMYK00.780.510.65
HSL339.13º64.49%20.98%-
HSV(B)339.13º78.41%34.51%-
XYZ4.692.712.56-
YUV42.37128.36160.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.67%
GREEN value IS 19 (7.81% from 255) = 12.67%
BLUE value IS 43 (17.19% from 255) = 28.67%
R=58.67%
G=12.67%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88194300.780.510.65339.1364.4920.98
Hex58132B04E33411534015
Octal130235301166310152310025
Binary101100010011101011010011101100111000001101010011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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