#58060A

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

Shades of Bordeaux #58060A

Tints of Bordeaux #58060A

Color information

#58060A (or 0x58060A) is unknown color: approx Bordeaux. HEX triplet: 58, 06 and 0A. RGB value is (88,6,10). Sum of RGB (Red+Green+Blue) = 88+6+10=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #58060A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58060A is #A7F9F5. Grayscale: #1F1F1F. Windows color (decimal): -11008502 or 656984. OLE color: 656984.

HSL color Cylindrical-coordinate representation of color #58060A: hue angle of 357.07º 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 #58060A is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB88610-
CMYK00.930.890.65
HSL357.07º87.23%18.43%-
HSV(B)357.07º93.18%34.51%-
XYZ4.142.230.5-
YUV30.97116.17168.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 84.62%
GREEN value IS 6 (2.73% from 255) = 5.77%
BLUE value IS 10 (4.30% from 255) = 9.62%
R=84.62%
G=5.77%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8861000.930.890.65357.0787.2318.43
Hex586A05D59411655712
Octal130612013513110154512722
Binary101100011010100101110110110011000001101100101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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