#580912

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

Shades of Bordeaux #580912

Tints of Bordeaux #580912

Color information

#580912 (or 0x580912) is unknown color: approx Bordeaux. HEX triplet: 58, 09 and 12. RGB value is (88,9,18). Sum of RGB (Red+Green+Blue) = 88+9+18=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #580912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580912 is #A7F6ED. Grayscale: #212121. Windows color (decimal): -11007726 or 1182040. OLE color: 1182040.

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

Color convert

RGB88918-
CMYK00.900.800.65
HSL353.16º81.44%19.02%-
HSV(B)353.16º89.77%34.51%-
XYZ4.232.310.8-
YUV33.65119.17166.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 76.52%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=76.52%
G=7.83%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8891800.900.800.65353.1681.4419.02
Hex5891205A50411615113
Octal1301122013212010154112123
Binary10110001001100100101101010100001000001101100001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580912; }

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

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

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

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

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

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

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

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