#580013

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

Shades of Bordeaux #580013

Tints of Bordeaux #580013

Color information

#580013 (or 0x580013) is unknown color: approx Bordeaux. HEX triplet: 58, 00 and 13. RGB value is (88,0,19). Sum of RGB (Red+Green+Blue) = 88+0+19=107 (14% of max value = 765). Red value is 88 (34.77% from 255 or 82.24% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 88 - color contains mainly: red. Hex color #580013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580013 is #A7FFEC. Grayscale: #1C1C1C. Windows color (decimal): -11010029 or 1245272. OLE color: 1245272.

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

Color convert

RGB88019-
CMYK010.780.65
HSL347.05º100%17.25%-
HSV(B)347.05º100%34.51%-
XYZ4.142.120.81-
YUV28.48122.65170.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 82.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 17.76%
R=82.24%
G=0%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88019010.780.65347.0510017.25
Hex580130644E4115b6411
Octal130023014411610153314421
Binary10110000100110110010010011101000001101011011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580013; }

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

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

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

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

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

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

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

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