#58001A

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

Shades of Bordeaux #58001A

Tints of Bordeaux #58001A

Color information

#58001A (or 0x58001A) is unknown color: approx Bordeaux. HEX triplet: 58, 00 and 1A. RGB value is (88,0,26). Sum of RGB (Red+Green+Blue) = 88+0+26=114 (15% of max value = 765). Red value is 88 (34.77% from 255 or 77.19% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 88 - color contains mainly: red. Hex color #58001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58001A is #A7FFE5. Grayscale: #1D1D1D. Windows color (decimal): -11010022 or 1704024. OLE color: 1704024.

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

Color convert

RGB88026-
CMYK010.700.65
HSL342.27º100%17.25%-
HSV(B)342.27º100%34.51%-
XYZ4.212.151.17-
YUV29.28126.15169.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 77.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 22.81%
R=77.19%
G=0%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88026010.700.65342.2710017.25
Hex5801A06446411566411
Octal130032014410610152614421
Binary10110000110100110010010001101000001101010110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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