#500312

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

Shades of Bordeaux #500312

Tints of Bordeaux #500312

Color information

#500312 (or 0x500312) is unknown color: approx Bordeaux. HEX triplet: 50, 03 and 12. RGB value is (80,3,18). Sum of RGB (Red+Green+Blue) = 80+3+18=101 (13% of max value = 765). Red value is 80 (31.64% from 255 or 79.21% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 80 - color contains mainly: red. Hex color #500312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500312 is #AFFCED. Grayscale: #1B1B1B. Windows color (decimal): -11533550 or 1180496. OLE color: 1180496.

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

Color convert

RGB80318-
CMYK00.960.780.69
HSL348.31º92.77%16.27%-
HSV(B)348.31º96.25%31.37%-
XYZ3.451.810.74-
YUV27.73122.51165.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 79.21%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=79.21%
G=2.97%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8031800.960.780.69348.3192.7716.27
Hex503120604E4515c5d10
Octal120322014011610553413520
Binary101000011100100110000010011101000101101011100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500312; }

 p { color: rgb(80,3,18); }

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

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

 a { background-color: rgb(80,3,18); }

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

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

 span { border-color: rgb(80,3,18); }

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