#500D23

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

Shades of Bordeaux #500D23

Tints of Bordeaux #500D23

Color information

#500D23 (or 0x500D23) is unknown color: approx Bordeaux. HEX triplet: 50, 0D and 23. RGB value is (80,13,35). Sum of RGB (Red+Green+Blue) = 80+13+35=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #500D23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D23 is #AFF2DC. Grayscale: #232323. Windows color (decimal): -11530973 or 2297168. OLE color: 2297168.

HSL color Cylindrical-coordinate representation of color #500D23: hue angle of 340.3º 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 #500D23 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB801335-
CMYK00.840.560.69
HSL340.3º72.04%18.24%-
HSV(B)340.3º83.75%31.37%-
XYZ3.762.111.8-
YUV35.54127.7159.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.5%
GREEN value IS 13 (5.47% from 255) = 10.16%
BLUE value IS 35 (14.06% from 255) = 27.34%
R=62.5%
G=10.16%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80133500.840.560.69340.372.0418.24
Hex50D2305438451544812
Octal120154301247010552411022
Binary10100001101100011010101001110001000101101010100100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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