#580B1C

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

Shades of Bordeaux #580B1C

Tints of Bordeaux #580B1C

Color information

#580B1C (or 0x580B1C) is unknown color: approx Bordeaux. HEX triplet: 58, 0B and 1C. RGB value is (88,11,28). Sum of RGB (Red+Green+Blue) = 88+11+28=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #580B1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B1C is #A7F4E3. Grayscale: #232323. Windows color (decimal): -11007204 or 1837912. OLE color: 1837912.

HSL color Cylindrical-coordinate representation of color #580B1C: hue angle of 346.75º 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 #580B1C is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB881128-
CMYK00.880.680.65
HSL346.75º77.78%19.41%-
HSV(B)346.75º87.5%34.51%-
XYZ4.352.41.33-
YUV35.96123.51165.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 69.29%
GREEN value IS 11 (4.69% from 255) = 8.66%
BLUE value IS 28 (11.33% from 255) = 22.05%
R=69.29%
G=8.66%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88112800.880.680.65346.7577.7819.41
Hex58B1C058444115b4e13
Octal1301334013010410153311623
Binary10110001011111000101100010001001000001101011011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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