#58040A

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

Shades of Bordeaux #58040A

Tints of Bordeaux #58040A

Color information

#58040A (or 0x58040A) is unknown color: approx Bordeaux. HEX triplet: 58, 04 and 0A. RGB value is (88,4,10). Sum of RGB (Red+Green+Blue) = 88+4+10=102 (13% of max value = 765). Red value is 88 (34.77% from 255 or 86.27% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 88 - color contains mainly: red. Hex color #58040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58040A is #A7FBF5. Grayscale: #1D1D1D. Windows color (decimal): -11009014 or 656472. OLE color: 656472.

HSL color Cylindrical-coordinate representation of color #58040A: hue angle of 355.71º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58040A is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB88410-
CMYK00.950.890.65
HSL355.71º91.3%18.04%-
HSV(B)355.71º95.45%34.51%-
XYZ4.122.180.49-
YUV29.8116.83169.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 86.27%
GREEN value IS 4 (1.95% from 255) = 3.92%
BLUE value IS 10 (4.30% from 255) = 9.80%
R=86.27%
G=3.92%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8841000.950.890.65355.7191.318.04
Hex584A05F59411645b12
Octal130412013713110154413322
Binary101100010010100101111110110011000001101100100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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