#58040C

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

Shades of Bordeaux #58040C

Tints of Bordeaux #58040C

Color information

#58040C (or 0x58040C) is unknown color: approx Bordeaux. HEX triplet: 58, 04 and 0C. RGB value is (88,4,12). Sum of RGB (Red+Green+Blue) = 88+4+12=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #58040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58040C is #A7FBF3. Grayscale: #1E1E1E. Windows color (decimal): -11009012 or 787544. OLE color: 787544.

HSL color Cylindrical-coordinate representation of color #58040C: hue angle of 354.29º 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 #58040C is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB88412-
CMYK00.950.860.65
HSL354.29º91.3%18.04%-
HSV(B)354.29º95.45%34.51%-
XYZ4.132.190.55-
YUV30.03117.83169.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 84.62%
GREEN value IS 4 (1.95% from 255) = 3.85%
BLUE value IS 12 (5.08% from 255) = 11.54%
R=84.62%
G=3.85%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8841200.950.860.65354.2991.318.04
Hex584C05F56411625b12
Octal130414013712610154213322
Binary101100010011000101111110101101000001101100010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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