#58001F

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

Shades of Bordeaux #58001F

Tints of Bordeaux #58001F

Color information

#58001F (or 0x58001F) is unknown color: approx Bordeaux. HEX triplet: 58, 00 and 1F. RGB value is (88,0,31). Sum of RGB (Red+Green+Blue) = 88+0+31=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #58001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58001F is #A7FFE0. Grayscale: #1D1D1D. Windows color (decimal): -11010017 or 2031704. OLE color: 2031704.

HSL color Cylindrical-coordinate representation of color #58001F: hue angle of 338.86º 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 #58001F is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB88031-
CMYK010.650.65
HSL338.86º100%17.25%-
HSV(B)338.86º100%34.51%-
XYZ4.272.171.49-
YUV29.85128.65169.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 73.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 26.05%
R=73.95%
G=0%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88031010.650.65338.8610017.25
Hex5801F06441411536411
Octal130037014410110152314421
Binary10110000111110110010010000011000001101010011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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