#58101E

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

Shades of Bordeaux #58101E

Tints of Bordeaux #58101E

Color information

#58101E (or 0x58101E) is unknown color: approx Bordeaux. HEX triplet: 58, 10 and 1E. RGB value is (88,16,30). Sum of RGB (Red+Green+Blue) = 88+16+30=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #58101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58101E is #A7EFE1. Grayscale: #272727. Windows color (decimal): -11005922 or 1970264. OLE color: 1970264.

HSL color Cylindrical-coordinate representation of color #58101E: hue angle of 348.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58101E is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB881630-
CMYK00.820.660.65
HSL348.33º69.23%20.39%-
HSV(B)348.33º81.82%34.51%-
XYZ4.442.541.48-
YUV39.12122.85162.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.67%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=65.67%
G=11.94%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88163000.820.660.65348.3369.2320.39
Hex58101E052424115c4514
Octal1302036012210210153410524
Binary101100010000111100101001010000101000001101011100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58101E; }

 p { color: rgb(88,16,30); }

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

<style>
 a { background-color: #58101E; }

 a { background-color: rgb(88,16,30); }

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

<style>
 span { border-color: #58101E; }

 span { border-color: rgb(88,16,30); }

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