#500816

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

Shades of Bordeaux #500816

Tints of Bordeaux #500816

Color information

#500816 (or 0x500816) is unknown color: approx Bordeaux. HEX triplet: 50, 08 and 16. RGB value is (80,8,22). Sum of RGB (Red+Green+Blue) = 80+8+22=110 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.73% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 80 - color contains mainly: red. Hex color #500816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500816 is #AFF7E9. Grayscale: #1F1F1F. Windows color (decimal): -11532266 or 1443920. OLE color: 1443920.

HSL color Cylindrical-coordinate representation of color #500816: hue angle of 348.33º 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 #500816 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB80822-
CMYK00.900.720.69
HSL348.33º81.82%17.25%-
HSV(B)348.33º90%31.37%-
XYZ3.541.940.95-
YUV31.12122.85162.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 72.73%
GREEN value IS 8 (3.52% from 255) = 7.27%
BLUE value IS 22 (8.98% from 255) = 20%
R=72.73%
G=7.27%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8082200.900.720.69348.3381.8217.25
Hex5081605A484515c5211
Octal1201026013211010553412221
Binary10100001000101100101101010010001000101101011100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500816; }

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

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

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

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

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

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

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

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