#500D24

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

Shades of Bordeaux #500D24

Tints of Bordeaux #500D24

Color information

#500D24 (or 0x500D24) is unknown color: approx Bordeaux. HEX triplet: 50, 0D and 24. RGB value is (80,13,36). Sum of RGB (Red+Green+Blue) = 80+13+36=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #500D24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D24 is #AFF2DB. Grayscale: #232323. Windows color (decimal): -11530972 or 2362704. OLE color: 2362704.

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

Color convert

RGB801336-
CMYK00.840.550.69
HSL339.4º72.04%18.24%-
HSV(B)339.4º83.75%31.37%-
XYZ3.772.121.88-
YUV35.66128.2159.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.02%
GREEN value IS 13 (5.47% from 255) = 10.08%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=62.02%
G=10.08%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80133600.840.550.69339.472.0418.24
Hex50D2405437451534812
Octal120154401246710552311022
Binary10100001101100100010101001101111000101101010011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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