#58011C

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

Shades of Bordeaux #58011C

Tints of Bordeaux #58011C

Color information

#58011C (or 0x58011C) is unknown color: approx Bordeaux. HEX triplet: 58, 01 and 1C. RGB value is (88,1,28). Sum of RGB (Red+Green+Blue) = 88+1+28=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #58011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58011C is #A7FEE3. Grayscale: #1E1E1E. Windows color (decimal): -11009764 or 1835352. OLE color: 1835352.

HSL color Cylindrical-coordinate representation of color #58011C: hue angle of 341.38º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58011C is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB88128-
CMYK00.990.680.65
HSL341.38º97.75%17.45%-
HSV(B)341.38º98.86%34.51%-
XYZ4.242.181.3-
YUV30.09126.82169.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 75.21%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=75.21%
G=0.85%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8812800.990.680.65341.3897.7517.45
Hex5811C06344411556211
Octal130134014310410152514221
Binary10110001111000110001110001001000001101010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58011C; }

 p { color: rgb(88,1,28); }

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

<style>
 a { background-color: #58011C; }

 a { background-color: rgb(88,1,28); }

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

<style>
 span { border-color: #58011C; }

 span { border-color: rgb(88,1,28); }

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