#500C1D

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

Shades of Bordeaux #500C1D

Tints of Bordeaux #500C1D

Color information

#500C1D (or 0x500C1D) is unknown color: approx Bordeaux. HEX triplet: 50, 0C and 1D. RGB value is (80,12,29). Sum of RGB (Red+Green+Blue) = 80+12+29=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #500C1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500C1D is #AFF3E2. Grayscale: #222222. Windows color (decimal): -11531235 or 1903696. OLE color: 1903696.

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

Color convert

RGB801229-
CMYK00.850.640.69
HSL345º73.91%18.04%-
HSV(B)345º85%31.37%-
XYZ3.662.061.37-
YUV34.27125.03160.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.12%
GREEN value IS 12 (5.08% from 255) = 9.92%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=66.12%
G=9.92%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80122900.850.640.6934573.9118.04
Hex50C1D05540451594a12
Octal1201435012510010553111222
Binary10100001100111010101010110000001000101101011001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,12,29); }

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

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

 a { background-color: rgb(80,12,29); }

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

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

 span { border-color: rgb(80,12,29); }

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