#500018

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

Shades of Bordeaux #500018

Tints of Bordeaux #500018

Color information

#500018 (or 0x500018) is unknown color: approx Bordeaux. HEX triplet: 50, 00 and 18. RGB value is (80,0,24). Sum of RGB (Red+Green+Blue) = 80+0+24=104 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.92% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 80 - color contains mainly: red. Hex color #500018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500018 is #AFFFE7. Grayscale: #1A1A1A. Windows color (decimal): -11534312 or 1572944. OLE color: 1572944.

HSL color Cylindrical-coordinate representation of color #500018: hue angle of 342º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500018 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB80024-
CMYK010.700.69
HSL342º100%15.69%-
HSV(B)342º100%31.37%-
XYZ3.471.771.02-
YUV26.66126.5166.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 76.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 23.08%
R=76.92%
G=0%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80024010.700.6934210015.69
Hex5001806446451566410
Octal120030014410610552614420
Binary10100000110000110010010001101000101101010110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500018; }

 p { color: rgb(80,0,24); }

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

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

 a { background-color: rgb(80,0,24); }

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

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

 span { border-color: rgb(80,0,24); }

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