#500815

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

Shades of Bordeaux #500815

Tints of Bordeaux #500815

Color information

#500815 (or 0x500815) is unknown color: approx Bordeaux. HEX triplet: 50, 08 and 15. RGB value is (80,8,21). Sum of RGB (Red+Green+Blue) = 80+8+21=109 (14% of max value = 765). Red value is 80 (31.64% from 255 or 73.39% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 80 - color contains mainly: red. Hex color #500815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500815 is #AFF7EA. Grayscale: #1F1F1F. Windows color (decimal): -11532267 or 1378384. OLE color: 1378384.

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

Color convert

RGB80821-
CMYK00.900.740.69
HSL349.17º81.82%17.25%-
HSV(B)349.17º90%31.37%-
XYZ3.531.930.9-
YUV31.01122.35162.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 73.39%
GREEN value IS 8 (3.52% from 255) = 7.34%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=73.39%
G=7.34%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8082100.900.740.69349.1781.8217.25
Hex5081505A4A4515d5211
Octal1201025013211210553512221
Binary10100001000101010101101010010101000101101011101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500815; }

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

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

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

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

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

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

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

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