#58131D

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

Shades of Bordeaux #58131D

Tints of Bordeaux #58131D

Color information

#58131D (or 0x58131D) is unknown color: approx Bordeaux. HEX triplet: 58, 13 and 1D. RGB value is (88,19,29). Sum of RGB (Red+Green+Blue) = 88+19+29=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #58131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58131D is #A7ECE2. Grayscale: #282828. Windows color (decimal): -11005155 or 1905496. OLE color: 1905496.

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

Color convert

RGB881929-
CMYK00.780.670.65
HSL351.3º64.49%20.98%-
HSV(B)351.3º78.41%34.51%-
XYZ4.482.631.43-
YUV40.77121.36161.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.71%
GREEN value IS 19 (7.81% from 255) = 13.97%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=64.71%
G=13.97%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88192900.780.670.65351.364.4920.98
Hex58131D04E434115f4015
Octal1302335011610310153710025
Binary101100010011111010100111010000111000001101011111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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