#580107

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

Shades of Bordeaux #580107

Tints of Bordeaux #580107

Color information

#580107 (or 0x580107) is unknown color: approx Bordeaux. HEX triplet: 58, 01 and 07. RGB value is (88,1,7). Sum of RGB (Red+Green+Blue) = 88+1+7=96 (12% of max value = 765). Red value is 88 (34.77% from 255 or 91.67% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 88 - color contains mainly: red. Hex color #580107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580107 is #A7FEF8. Grayscale: #1B1B1B. Windows color (decimal): -11009785 or 459096. OLE color: 459096.

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

Color convert

RGB8817-
CMYK00.990.920.65
HSL355.86º97.75%17.45%-
HSV(B)355.86º98.86%34.51%-
XYZ4.072.110.39-
YUV27.7116.32171.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 91.67%
GREEN value IS 1 (0.78% from 255) = 1.04%
BLUE value IS 7 (3.12% from 255) = 7.29%
R=91.67%
G=1.04%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal881700.990.920.65355.8697.7517.45
Hex58170635C411646211
Octal13017014313410154414221
Binary101100011110110001110111001000001101100100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580107; }

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

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

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

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

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

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

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

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