#58060F

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

Shades of Bordeaux #58060F

Tints of Bordeaux #58060F

Color information

#58060F (or 0x58060F) is unknown color: approx Bordeaux. HEX triplet: 58, 06 and 0F. RGB value is (88,6,15). Sum of RGB (Red+Green+Blue) = 88+6+15=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #58060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58060F is #A7F9F0. Grayscale: #1F1F1F. Windows color (decimal): -11008497 or 984664. OLE color: 984664.

HSL color Cylindrical-coordinate representation of color #58060F: hue angle of 353.41º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58060F is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB88615-
CMYK00.930.830.65
HSL353.41º87.23%18.43%-
HSV(B)353.41º93.18%34.51%-
XYZ4.182.240.66-
YUV31.54118.67168.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 80.73%
GREEN value IS 6 (2.73% from 255) = 5.50%
BLUE value IS 15 (6.25% from 255) = 13.76%
R=80.73%
G=5.50%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8861500.930.830.65353.4187.2318.43
Hex586F05D53411615712
Octal130617013512310154112722
Binary101100011011110101110110100111000001101100001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58060F; }

 p { color: rgb(88,6,15); }

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

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

 a { background-color: rgb(88,6,15); }

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

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

 span { border-color: rgb(88,6,15); }

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