#580412

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

Shades of Bordeaux #580412

Tints of Bordeaux #580412

Color information

#580412 (or 0x580412) is unknown color: approx Bordeaux. HEX triplet: 58, 04 and 12. RGB value is (88,4,18). Sum of RGB (Red+Green+Blue) = 88+4+18=110 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 88 - color contains mainly: red. Hex color #580412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580412 is #A7FBED. Grayscale: #1E1E1E. Windows color (decimal): -11009006 or 1180760. OLE color: 1180760.

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

Color convert

RGB88418-
CMYK00.950.800.65
HSL350º91.3%18.04%-
HSV(B)350º95.45%34.51%-
XYZ4.182.210.78-
YUV30.71120.83168.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 80%
GREEN value IS 4 (1.95% from 255) = 3.64%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=80%
G=3.64%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8841800.950.800.6535091.318.04
Hex5841205F504115e5b12
Octal130422013712010153613322
Binary1011000100100100101111110100001000001101011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580412; }

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

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

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

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

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

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

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

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