#58020E

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

Shades of Bordeaux #58020E

Tints of Bordeaux #58020E

Color information

#58020E (or 0x58020E) is unknown color: approx Bordeaux. HEX triplet: 58, 02 and 0E. RGB value is (88,2,14). Sum of RGB (Red+Green+Blue) = 88+2+14=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #58020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58020E is #A7FDF1. Grayscale: #1D1D1D. Windows color (decimal): -11009522 or 918104. OLE color: 918104.

HSL color Cylindrical-coordinate representation of color #58020E: hue angle of 351.63º 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 #58020E is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB88214-
CMYK00.980.840.65
HSL351.63º95.56%17.65%-
HSV(B)351.63º97.73%34.51%-
XYZ4.132.150.61-
YUV29.08119.49170.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 84.62%
GREEN value IS 2 (1.17% from 255) = 1.92%
BLUE value IS 14 (5.86% from 255) = 13.46%
R=84.62%
G=1.92%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8821400.980.840.65351.6395.5617.65
Hex582E06254411606012
Octal130216014212410154014022
Binary10110001011100110001010101001000001101100000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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