#500212

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

Shades of Bordeaux #500212

Tints of Bordeaux #500212

Color information

#500212 (or 0x500212) is unknown color: approx Bordeaux. HEX triplet: 50, 02 and 12. RGB value is (80,2,18). Sum of RGB (Red+Green+Blue) = 80+2+18=100 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 80 - color contains mainly: red. Hex color #500212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500212 is #AFFDED. Grayscale: #1B1B1B. Windows color (decimal): -11533806 or 1180240. OLE color: 1180240.

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

Color convert

RGB80218-
CMYK00.980.780.69
HSL347.69º95.12%16.08%-
HSV(B)347.69º97.5%31.37%-
XYZ3.441.790.74-
YUV27.15122.84165.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 80%
GREEN value IS 2 (1.17% from 255) = 2%
BLUE value IS 18 (7.42% from 255) = 18%
R=80%
G=2%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8021800.980.780.69347.6995.1216.08
Hex502120624E4515c5f10
Octal120222014211610553413720
Binary101000010100100110001010011101000101101011100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500212; }

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

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

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

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

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

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

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

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