#58030D

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

Shades of Bordeaux #58030D

Tints of Bordeaux #58030D

Color information

#58030D (or 0x58030D) is unknown color: approx Bordeaux. HEX triplet: 58, 03 and 0D. RGB value is (88,3,13). Sum of RGB (Red+Green+Blue) = 88+3+13=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #58030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58030D is #A7FCF2. Grayscale: #1D1D1D. Windows color (decimal): -11009267 or 852824. OLE color: 852824.

HSL color Cylindrical-coordinate representation of color #58030D: hue angle of 352.94º 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 #58030D is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB88313-
CMYK00.970.850.65
HSL352.94º93.41%17.84%-
HSV(B)352.94º96.59%34.51%-
XYZ4.132.170.58-
YUV29.55118.66169.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 84.62%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 13 (5.47% from 255) = 12.5%
R=84.62%
G=2.88%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8831300.970.850.65352.9493.4117.84
Hex583D06155411615d12
Octal130315014112510154113522
Binary10110001111010110000110101011000001101100001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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