#58001E

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

Shades of Bordeaux #58001E

Tints of Bordeaux #58001E

Color information

#58001E (or 0x58001E) is unknown color: approx Bordeaux. HEX triplet: 58, 00 and 1E. RGB value is (88,0,30). Sum of RGB (Red+Green+Blue) = 88+0+30=118 (15% of max value = 765). Red value is 88 (34.77% from 255 or 74.58% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 88 - color contains mainly: red. Hex color #58001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58001E is #A7FFE1. Grayscale: #1D1D1D. Windows color (decimal): -11010018 or 1966168. OLE color: 1966168.

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

Color convert

RGB88030-
CMYK010.660.65
HSL339.55º100%17.25%-
HSV(B)339.55º100%34.51%-
XYZ4.262.171.42-
YUV29.73128.15169.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 74.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=74.58%
G=0%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88030010.660.65339.5510017.25
Hex5801E06442411546411
Octal130036014410210152414421
Binary10110000111100110010010000101000001101010100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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