#500812

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

Shades of Bordeaux #500812

Tints of Bordeaux #500812

Color information

#500812 (or 0x500812) is unknown color: approx Bordeaux. HEX triplet: 50, 08 and 12. RGB value is (80,8,18). Sum of RGB (Red+Green+Blue) = 80+8+18=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #500812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500812 is #AFF7ED. Grayscale: #1E1E1E. Windows color (decimal): -11532270 or 1181776. OLE color: 1181776.

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

Color convert

RGB80818-
CMYK00.900.780.69
HSL351.67º81.82%17.25%-
HSV(B)351.67º90%31.37%-
XYZ3.51.920.76-
YUV30.67120.85163.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 75.47%
GREEN value IS 8 (3.52% from 255) = 7.55%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=75.47%
G=7.55%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8081800.900.780.69351.6781.8217.25
Hex5081205A4E451605211
Octal1201022013211610554012221
Binary10100001000100100101101010011101000101101100000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500812; }

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

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

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

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

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

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

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

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