#500012

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

Shades of Bordeaux #500012

Tints of Bordeaux #500012

Color information

#500012 (or 0x500012) is unknown color: approx Bordeaux. HEX triplet: 50, 00 and 12. RGB value is (80,0,18). Sum of RGB (Red+Green+Blue) = 80+0+18=98 (12% of max value = 765). Red value is 80 (31.64% from 255 or 81.63% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 80 - color contains mainly: red. Hex color #500012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500012 is #AFFFED. Grayscale: #191919. Windows color (decimal): -11534318 or 1179728. OLE color: 1179728.

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

Color convert

RGB80018-
CMYK010.780.69
HSL346.5º100%15.69%-
HSV(B)346.5º100%31.37%-
XYZ3.421.750.73-
YUV25.97123.5166.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 81.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 18.37%
R=81.63%
G=0%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80018010.780.69346.510015.69
Hex500120644E4515a6410
Octal120022014411610553214420
Binary10100000100100110010010011101000101101011010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500012; }

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

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

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

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

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

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

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

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