#500D21

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

Shades of Bordeaux #500D21

Tints of Bordeaux #500D21

Color information

#500D21 (or 0x500D21) is unknown color: approx Bordeaux. HEX triplet: 50, 0D and 21. RGB value is (80,13,33). Sum of RGB (Red+Green+Blue) = 80+13+33=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #500D21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D21 is #AFF2DE. Grayscale: #232323. Windows color (decimal): -11530975 or 2166096. OLE color: 2166096.

HSL color Cylindrical-coordinate representation of color #500D21: hue angle of 342.09º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #500D21 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB801333-
CMYK00.840.590.69
HSL342.09º72.04%18.24%-
HSV(B)342.09º83.75%31.37%-
XYZ3.732.11.65-
YUV35.31126.7159.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 63.49%
GREEN value IS 13 (5.47% from 255) = 10.32%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=63.49%
G=10.32%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80133300.840.590.69342.0972.0418.24
Hex50D210543B451564812
Octal120154101247310552611022
Binary10100001101100001010101001110111000101101010110100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500D21; }

 p { color: rgb(80,13,33); }

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

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

 a { background-color: rgb(80,13,33); }

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

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

 span { border-color: rgb(80,13,33); }

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