#500F24

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

Shades of Bordeaux #500F24

Tints of Bordeaux #500F24

Color information

#500F24 (or 0x500F24) is unknown color: approx Bordeaux. HEX triplet: 50, 0F and 24. RGB value is (80,15,36). Sum of RGB (Red+Green+Blue) = 80+15+36=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #500F24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500F24 is #AFF0DB. Grayscale: #242424. Windows color (decimal): -11530460 or 2363216. OLE color: 2363216.

HSL color Cylindrical-coordinate representation of color #500F24: hue angle of 340.62º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #500F24 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB801536-
CMYK00.810.550.69
HSL340.62º68.42%18.63%-
HSV(B)340.62º81.25%31.37%-
XYZ3.82.171.89-
YUV36.83127.53158.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.07%
GREEN value IS 15 (6.25% from 255) = 11.45%
BLUE value IS 36 (14.45% from 255) = 27.48%
R=61.07%
G=11.45%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80153600.810.550.69340.6268.4218.63
Hex50F2405137451554413
Octal120174401216710552510423
Binary10100001111100100010100011101111000101101010101100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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