#580A1C

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

Shades of Bordeaux #580A1C

Tints of Bordeaux #580A1C

Color information

#580A1C (or 0x580A1C) is unknown color: approx Bordeaux. HEX triplet: 58, 0A and 1C. RGB value is (88,10,28). Sum of RGB (Red+Green+Blue) = 88+10+28=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #580A1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A1C is #A7F5E3. Grayscale: #232323. Windows color (decimal): -11007460 or 1837656. OLE color: 1837656.

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

Color convert

RGB881028-
CMYK00.890.680.65
HSL346.15º79.59%19.22%-
HSV(B)346.15º88.64%34.51%-
XYZ4.342.381.33-
YUV35.37123.84165.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 69.84%
GREEN value IS 10 (4.30% from 255) = 7.94%
BLUE value IS 28 (11.33% from 255) = 22.22%
R=69.84%
G=7.94%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88102800.890.680.65346.1579.5919.22
Hex58A1C059444115a5013
Octal1301234013110410153212023
Binary10110001010111000101100110001001000001101011010101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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