#58021E

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

Shades of Bordeaux #58021E

Tints of Bordeaux #58021E

Color information

#58021E (or 0x58021E) is unknown color: approx Bordeaux. HEX triplet: 58, 02 and 1E. RGB value is (88,2,30). Sum of RGB (Red+Green+Blue) = 88+2+30=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #58021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58021E is #A7FDE1. Grayscale: #1E1E1E. Windows color (decimal): -11009506 or 1966680. OLE color: 1966680.

HSL color Cylindrical-coordinate representation of color #58021E: hue angle of 340.47º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58021E is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB88230-
CMYK00.980.660.65
HSL340.47º95.56%17.65%-
HSV(B)340.47º97.73%34.51%-
XYZ4.282.211.43-
YUV30.91127.49168.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 73.33%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 30 (12.11% from 255) = 25%
R=73.33%
G=1.67%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8823000.980.660.65340.4795.5617.65
Hex5821E06242411546012
Octal130236014210210152414022
Binary101100010111100110001010000101000001101010100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58021E; }

 p { color: rgb(88,2,30); }

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

<style>
 a { background-color: #58021E; }

 a { background-color: rgb(88,2,30); }

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

<style>
 span { border-color: #58021E; }

 span { border-color: rgb(88,2,30); }

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