#580B1A

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

Shades of Bordeaux #580B1A

Tints of Bordeaux #580B1A

Color information

#580B1A (or 0x580B1A) is unknown color: approx Bordeaux. HEX triplet: 58, 0B and 1A. RGB value is (88,11,26). Sum of RGB (Red+Green+Blue) = 88+11+26=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #580B1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B1A is #A7F4E5. Grayscale: #232323. Windows color (decimal): -11007206 or 1706840. OLE color: 1706840.

HSL color Cylindrical-coordinate representation of color #580B1A: hue angle of 348.31º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580B1A is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB881126-
CMYK00.880.700.65
HSL348.31º77.78%19.41%-
HSV(B)348.31º87.5%34.51%-
XYZ4.332.391.21-
YUV35.73122.51165.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 70.4%
GREEN value IS 11 (4.69% from 255) = 8.8%
BLUE value IS 26 (10.55% from 255) = 20.8%
R=70.4%
G=8.8%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88112600.880.700.65348.3177.7819.41
Hex58B1A058464115c4e13
Octal1301332013010610153411623
Binary10110001011110100101100010001101000001101011100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580B1A; }

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

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

<style>
 a { background-color: #580B1A; }

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

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

<style>
 span { border-color: #580B1A; }

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

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