#580108

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

Shades of Bordeaux #580108

Tints of Bordeaux #580108

Color information

#580108 (or 0x580108) is unknown color: approx Bordeaux. HEX triplet: 58, 01 and 08. RGB value is (88,1,8). Sum of RGB (Red+Green+Blue) = 88+1+8=97 (12% of max value = 765). Red value is 88 (34.77% from 255 or 90.72% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 88 - color contains mainly: red. Hex color #580108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580108 is #A7FEF7. Grayscale: #1B1B1B. Windows color (decimal): -11009784 or 524632. OLE color: 524632.

HSL color Cylindrical-coordinate representation of color #580108: hue angle of 355.17º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580108 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB8818-
CMYK00.990.910.65
HSL355.17º97.75%17.45%-
HSV(B)355.17º98.86%34.51%-
XYZ4.082.110.42-
YUV27.81116.82170.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 90.72%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 8 (3.52% from 255) = 8.25%
R=90.72%
G=1.03%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal881800.990.910.65355.1797.7517.45
Hex58180635B411636211
Octal130110014313310154314221
Binary1011000110000110001110110111000001101100011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580108; }

 p { color: rgb(88,1,8); }

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

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

 a { background-color: rgb(88,1,8); }

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

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

 span { border-color: rgb(88,1,8); }

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