#58111A

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

Shades of Bordeaux #58111A

Tints of Bordeaux #58111A

Color information

#58111A (or 0x58111A) is unknown color: approx Bordeaux. HEX triplet: 58, 11 and 1A. RGB value is (88,17,26). Sum of RGB (Red+Green+Blue) = 88+17+26=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #58111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58111A is #A7EEE5. Grayscale: #272727. Windows color (decimal): -11005670 or 1708376. OLE color: 1708376.

HSL color Cylindrical-coordinate representation of color #58111A: hue angle of 352.39º 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 #58111A is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB881726-
CMYK00.810.700.65
HSL352.39º67.62%20.59%-
HSV(B)352.39º80.68%34.51%-
XYZ4.412.551.24-
YUV39.25120.52162.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 67.18%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 26 (10.55% from 255) = 19.85%
R=67.18%
G=12.98%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88172600.810.700.65352.3967.6220.59
Hex58111A05146411604415
Octal1302132012110610154010425
Binary101100010001110100101000110001101000001101100000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58111A; }

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

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

<style>
 a { background-color: #58111A; }

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

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

<style>
 span { border-color: #58111A; }

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

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