#580914

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

Shades of Bordeaux #580914

Tints of Bordeaux #580914

Color information

#580914 (or 0x580914) is unknown color: approx Bordeaux. HEX triplet: 58, 09 and 14. RGB value is (88,9,20). Sum of RGB (Red+Green+Blue) = 88+9+20=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #580914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580914 is #A7F6EB. Grayscale: #212121. Windows color (decimal): -11007724 or 1313112. OLE color: 1313112.

HSL color Cylindrical-coordinate representation of color #580914: hue angle of 351.65º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580914 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB88920-
CMYK00.900.770.65
HSL351.65º81.44%19.02%-
HSV(B)351.65º89.77%34.51%-
XYZ4.252.320.89-
YUV33.88120.17166.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 75.21%
GREEN value IS 9 (3.91% from 255) = 7.69%
BLUE value IS 20 (8.20% from 255) = 17.09%
R=75.21%
G=7.69%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8892000.900.770.65351.6581.4419.02
Hex5891405A4D411605113
Octal1301124013211510154012123
Binary10110001001101000101101010011011000001101100000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580914; }

 p { color: rgb(88,9,20); }

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

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

 a { background-color: rgb(88,9,20); }

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

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

 span { border-color: rgb(88,9,20); }

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