#500412

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

Shades of Bordeaux #500412

Tints of Bordeaux #500412

Color information

#500412 (or 0x500412) is unknown color: approx Bordeaux. HEX triplet: 50, 04 and 12. RGB value is (80,4,18). Sum of RGB (Red+Green+Blue) = 80+4+18=102 (13% of max value = 765). Red value is 80 (31.64% from 255 or 78.43% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 80 - color contains mainly: red. Hex color #500412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500412 is #AFFBED. Grayscale: #1C1C1C. Windows color (decimal): -11533294 or 1180752. OLE color: 1180752.

HSL color Cylindrical-coordinate representation of color #500412: hue angle of 348.95º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500412 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB80418-
CMYK00.950.780.69
HSL348.95º90.48%16.47%-
HSV(B)348.95º95%31.37%-
XYZ3.461.840.74-
YUV28.32122.18164.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 78.43%
GREEN value IS 4 (1.95% from 255) = 3.92%
BLUE value IS 18 (7.42% from 255) = 17.65%
R=78.43%
G=3.92%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8041800.950.780.69348.9590.4816.47
Hex5041205F4E4515d5a10
Octal120422013711610553513220
Binary1010000100100100101111110011101000101101011101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500412; }

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

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

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

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

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

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

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

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