#58030A

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

Shades of Bordeaux #58030A

Tints of Bordeaux #58030A

Color information

#58030A (or 0x58030A) is unknown color: approx Bordeaux. HEX triplet: 58, 03 and 0A. RGB value is (88,3,10). Sum of RGB (Red+Green+Blue) = 88+3+10=101 (13% of max value = 765). Red value is 88 (34.77% from 255 or 87.13% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 88 - color contains mainly: red. Hex color #58030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58030A is #A7FCF5. Grayscale: #1D1D1D. Windows color (decimal): -11009270 or 656216. OLE color: 656216.

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

Color convert

RGB88310-
CMYK00.970.890.65
HSL355.06º93.41%17.84%-
HSV(B)355.06º96.59%34.51%-
XYZ4.112.160.49-
YUV29.21117.16169.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 87.13%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 10 (4.30% from 255) = 9.90%
R=87.13%
G=2.97%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8831000.970.890.65355.0693.4117.84
Hex583A06159411635d12
Octal130312014113110154313522
Binary10110001110100110000110110011000001101100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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